Explorar o código

过滤区域100%占满div

梁展鹏 %!s(int64=3) %!d(string=hai) anos
pai
achega
0ec39112f9

+ 1 - 1
src/components/AddressSelect.vue

@@ -3,7 +3,7 @@
     v-model="newValue"
     :options="options"
     :props="config"
-    style="width: 300px;"
+    style="width: 100%;"
     v-bind="$attrs"
   ></el-cascader>
 </template>

+ 1 - 0
src/containers/issueType/IssueTypeSelect.vue

@@ -5,6 +5,7 @@
     :clearable="true"
     v-bind="$attrs"
     @change="onChange"
+    style="width: 100%"
   ></el-cascader>
   <!-- :show-all-levels="false" -->
 </template>