浏览代码

修改字体大小

zs 11 月之前
父节点
当前提交
5b60e99be9
共有 1 个文件被更改,包括 9 次插入0 次删除
  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; /* 设置描述列表标题的字体大小 */
+}