pull/178/head
parent
323dc130d8
commit
93ce3a82a0
|
@ -864,7 +864,7 @@
|
|||
}
|
||||
|
||||
.formula .page-content {
|
||||
width: calc(100% - 300px);
|
||||
width: calc(100% - 250px);
|
||||
height: 100%;
|
||||
background: rgba(0, 92, 178, 0.15);
|
||||
border: 2px solid rgba(0, 186, 255, 0.2);
|
||||
|
|
|
@ -917,7 +917,7 @@
|
|||
justify-content: space-between;
|
||||
|
||||
.page-content {
|
||||
width: calc(100% - 300px);
|
||||
width: calc(100% - 250px);
|
||||
height: 100%;
|
||||
background: rgba(0, 92, 178, 0.15);
|
||||
border: 2px solid rgba(0, 186, 255, 0.20);
|
||||
|
|
|
@ -157,7 +157,7 @@ export default {
|
|||
</script>
|
||||
<style lang="scss" scoped>
|
||||
.set-params {
|
||||
width: 280px;
|
||||
width: 230px;
|
||||
height: 100%;
|
||||
background: rgba(0, 92, 178, 0.15);
|
||||
border: 2px solid rgba(0, 186, 255, 0.20);
|
||||
|
|
|
@ -491,7 +491,7 @@ if (el.child.length) {
|
|||
|
||||
<style lang="scss" scoped>
|
||||
.set-params {
|
||||
width: 280px;
|
||||
width: 230px;
|
||||
height: 100%;
|
||||
background: rgba(0, 92, 178, 0.15);
|
||||
border: 2px solid rgba(0, 186, 255, 0.2);
|
||||
|
|
Loading…
Reference in New Issue