Browse Source

修改样式

zs 11 months ago
parent
commit
ef6496715c

+ 19 - 0
src/styles/variables.scss

@@ -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; /* 跳转按钮的字体大小 */
+}

+ 1 - 1
src/views/achievement/detail.vue

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

+ 1 - 1
src/views/company/detail.vue

@@ -403,7 +403,7 @@ const sizeChange = (limits) => {
           box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.03);
           border-radius: 2px;
           width: 270px;
-          height: 180px;
+          height: 190px;
           margin-bottom: 15px;
           cursor: pointer;
           transition: all 0.3s;

+ 1 - 1
src/views/demand/detail.vue

@@ -439,7 +439,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;

+ 1 - 1
src/views/expert/detail.vue

@@ -343,7 +343,7 @@ const sizeChange = (limits) => {
           box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.03);
           border-radius: 2px;
           width: 270px;
-          height: 180px;
+          height: 190px;
           margin-bottom: 15px;
           cursor: pointer;
           transition: all 0.3s;

+ 1 - 1
src/views/platform/detail.vue

@@ -439,7 +439,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;

+ 1 - 1
src/views/project/detail.vue

@@ -444,7 +444,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;

+ 1 - 1
src/views/search/parts/list.vue

@@ -80,7 +80,7 @@ const sizeChange = inject('sizeChange')
       box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.03);
       border-radius: 2px;
       width: 285px;
-      height: 180px;
+      height: 190px;
       margin-bottom: 15px;
       cursor: pointer;
       transition: all 0.3s;

+ 1 - 1
src/views/server/detail.vue

@@ -424,7 +424,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;

+ 1 - 1
src/views/supply/detail.vue

@@ -439,7 +439,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;