Browse Source

修改字体大小

zs 11 tháng trước cách đây
mục cha
commit
5b60e99be9
1 tập tin đã thay đổi với 9 bổ sung0 xóa
  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; /* 设置描述列表标题的字体大小 */
+}