Explorar el Código

分组空间和个人空间扩容样式更改

yxc hace 2 años
padre
commit
8bef69ad5b

+ 3 - 0
src/views1/Personal/Space/SpaceView.vue

@@ -667,6 +667,9 @@ export default {
 ::v-deep .vue-treeselect__option.vue-treeselect__option--highlight {
     background: #01D1FF3B;
 }
+::v-deep .el-dialog .el-input {
+    width: calc(100vw * (200 / 1920)) !important;
+}
 </style>
   
 

+ 4 - 0
src/views1/Personal/Storagespace/Groupspace.vue

@@ -693,4 +693,8 @@ export default {
   border: none;
   color: #1890ff;
 }
+
+::v-deep .el-dialog .el-input {
+    width: calc(100vw * (200 / 1920)) !important;
+}
 </style>