Pārlūkot izejas kodu

修改字体大小

zs 11 mēneši atpakaļ
vecāks
revīzija
5b60e99be9
1 mainītis faili ar 9 papildinājumiem un 0 dzēšanām
  1. 9 0
      src/styles/variables.scss

+ 9 - 0
src/styles/variables.scss

@@ -93,3 +93,12 @@ $global-font-size-26: 26px;
 .el-pagination__go-button {
   font-size: 16px !important; /* 跳转按钮的字体大小 */
 }
+/* custom-antd-vue.css */
+.ant-descriptions-item-content {
+  font-size: 16px !important; /* 设置描述列表项内容的字体大小 */
+}
+
+/* 如果需要调整标题的字体大小 */
+.ant-descriptions-title {
+  font-size: 18px !important; /* 设置描述列表标题的字体大小 */
+}