@@ -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; /* 设置描述列表标题的字体大小 */