@@ -403,7 +403,12 @@
float: right;
margin: 10px 0 -10px 0 !important;
}
-
+//由于index.vue模板中加入了el-select宽度为100%,导致分页组件的下拉框无法正确显示,这里强制给个宽度分页组件可正常显示
+.el-pagination--small {
+ .el-select {
+ width: 100px !important;
+ }
+}
/* scrollbar
------------------------------- */
.el-scrollbar__bar {