Jelajahi Sumber

右侧 修改信息栏位 高度更改

yx 4 tahun lalu
induk
melakukan
83152b2493

+ 1 - 0
.gitignore

@@ -2,6 +2,7 @@
 node_modules
 /dist
 /wandaEditer
+/wandaTopol
 package-lock.json
 
 # local env files

+ 2 - 1
src/components/edit/attrInfo.vue

@@ -114,7 +114,8 @@ export default {
 <style lang='less' scoped>
 .equipment-attr {
     width: 100%;
-    height: 500px;
+    // height: 500px;
+    height: calc(100% - 150px);
     padding: 12px 16px;
     box-sizing: border-box;
     overflow-y: scroll;

+ 2 - 1
src/components/edit/baseInfo.vue

@@ -78,7 +78,8 @@ export default {
 <style lang='less' scoped>
 .base-info {
     width: 100%;
-    height: 500px;
+    // height: 500px;
+    height: calc(100% - 150px);
     padding: 12px 16px;
     box-sizing: border-box;
     overflow-y: scroll;

+ 2 - 1
src/components/edit/equipmentAttr.vue

@@ -148,7 +148,8 @@ export default {
 <style lang='less' scoped>
 .equipment-attr {
     width: 100%;
-    height: 500px;
+    // height: 500px;
+    height: calc(100% - 150px);
     padding: 12px 16px;
     box-sizing: border-box;
     overflow-y: scroll;