Browse Source

!1260 update Web/src/theme/element.scss.
Merge pull request !1260 from 初级开发人员/N/A

zuohuaijun 1 year ago
parent
commit
eba8f886b0
1 changed files with 6 additions and 1 deletions
  1. 6 1
      Web/src/theme/element.scss

+ 6 - 1
Web/src/theme/element.scss

@@ -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 {