Просмотр исходного кода

:zap: 修复列表由于换行导致切换后grid错位的问题

smallchill 6 лет назад
Родитель
Сommit
ed0ae7669d
1 измененных файлов с 6 добавлено и 2 удалено
  1. 6 2
      src/views/resource/oss.vue

+ 6 - 2
src/views/resource/oss.vue

@@ -66,8 +66,8 @@
         },
         selectionList: [],
         option: {
-          height:'auto',
-          calcHeight:350,
+          height: 'auto',
+          calcHeight: 350,
           tip: false,
           border: true,
           index: true,
@@ -122,6 +122,8 @@
               prop: "accessKey",
               span: 24,
               search: true,
+              width: 200,
+              overHidden: true,
               rules: [{
                 required: true,
                 message: "请输入accessKey",
@@ -132,6 +134,8 @@
               label: "secretKey",
               prop: "secretKey",
               span: 24,
+              width: 200,
+              overHidden: true,
               rules: [{
                 required: true,
                 message: "请输入secretKey",