林倩 3 лет назад
Родитель
Сommit
28b2804e9f

+ 1 - 1
index.html

@@ -15,8 +15,8 @@
         <meta name="renderer" content="webkit|ie-comp|ie-stand" />
         <link rel="icon" type="image/x-icon" href="./static/common/image/logo.png">
         <link rel="stylesheet" href="./static/common/iconfont/iconfont.css" />
-        <link rel="stylesheet" href="./static/common/global.css" />
         <link rel="stylesheet" href="./static/themes/style/theme-default.css"/>
+        <link rel="stylesheet" href="./static/common/global.css" />
 	    <script src="./static/system-init.js"></script>
     </head>
     <body>

+ 1 - 1
src/pages/appfun-auth-manage/app-role-manage/index.vue

@@ -63,7 +63,7 @@ export default {
           type: 'APP',
           component: 'SelectOrgTree',
           placeholder: '请选择单位名称',
-          filterable: false
+          filterable: true
         }
       ],
       tableOptList: ['权限配置']

+ 1 - 1
static/themes/style/theme-default.css

@@ -16031,7 +16031,7 @@ video::-webkit-media-text-track-display {
     font-size: 14px;
 }
 .el-select-dropdown__wrap {
-    max-height: 274px;
+    max-height: 400px;
 }
 .el-select-dropdown__list {
     list-style: none;