@@ -74,3 +74,22 @@ $global-font-size-26: 26px;
.el-cascader__input {
font-size: 16px !important; /* 设置输入框内的字体大小 */
}
+/* custom-element-plus.css */
+.el-pagination__item {
+ font-size: 16px !important; /* 设置分页项(如页码、跳转按钮等)的字体大小 */
+}
+
+/* 如果需要调整页码选择器的字体大小 */
+.el-select-dropdown__item {
+ font-size: 16px !important; /* 分页选择器下拉项字体大小 */
+/* 如果需要调整输入框的字体大小 */
+.el-pagination__editor {
+ font-size: 16px !important; /* 分页输入框的字体大小 */
+/* 如果需要调整跳转按钮的字体大小 */
+.el-pagination__go-button {
+ font-size: 16px !important; /* 跳转按钮的字体大小 */
@@ -458,7 +458,7 @@ const sizeChange = (limits) => {
box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.03);
border-radius: 2px;
width: 280px;
- height: 180px;
+ height: 190px;
margin-bottom: 15px;
cursor: pointer;
transition: all 0.3s;
@@ -403,7 +403,7 @@ const sizeChange = (limits) => {
width: 270px;
@@ -439,7 +439,7 @@ const sizeChange = (limits) => {
@@ -343,7 +343,7 @@ const sizeChange = (limits) => {
@@ -444,7 +444,7 @@ const sizeChange = (limits) => {
@@ -80,7 +80,7 @@ const sizeChange = inject('sizeChange')
width: 285px;
@@ -424,7 +424,7 @@ const sizeChange = (limits) => {