Browse Source

修改选择站点组件样式

zhangqiang 9 months ago
parent
commit
d6922f2daa
1 changed files with 10 additions and 10 deletions
  1. 10 10
      jeecgboot-vue3/src/components/JVxeCustom/site/modal/SiteSelectModal.vue

+ 10 - 10
jeecgboot-vue3/src/components/JVxeCustom/site/modal/SiteSelectModal.vue

@@ -135,18 +135,18 @@ export default defineComponent({
         xxl: 6,
       },
       //update-begin-author:taoyan date:2022-5-24 for: VUEN-1086 【移动端】用户选择 查询按钮 效果不好 列表展示没有滚动条---查询表单按钮的栅格布局和表单的保持一致
-      actionColOptions: {
-        xs: 24,
-        sm: 8,
-        md: 8,
-        lg: 8,
-        xl: 8,
-        xxl: 8,
-      },
+      // actionColOptions: {
+      //   xs: 24,
+      //   sm: 8,
+      //   md: 8,
+      //   lg: 8,
+      //   xl: 8,
+      //   xxl: 8,
+      // },
       //update-end-author:taoyan date:2022-5-24 for: VUEN-1086 【移动端】用户选择 查询按钮 效果不好 列表展示没有滚动条---查询表单按钮的栅格布局和表单的保持一致
       schemas: [
         {
-          label: '站点名称',
+          label: '站点',
           field: 'companyName',
           component: 'JInput',
         },
@@ -157,7 +157,7 @@ export default defineComponent({
       {
         title: '站点名称',
         dataIndex: 'companyName',
-        width: 120,
+        width: 300,
         align: 'left',
       },
       {