فهرست منبع

chore(styles): 添加全局“对话框”和“数字输入框”样式

wangcong 1 ماه پیش
والد
کامیت
640b8db846
1فایلهای تغییر یافته به همراه17 افزوده شده و 0 حذف شده
  1. 17 0
      src/styles/global.scss

+ 17 - 0
src/styles/global.scss

@@ -27,6 +27,23 @@
   color: var(--antd-color-text);
 }
 
+.hvac-modal {
+  .ant-modal-header {
+    margin-bottom: 24px;
+  }
+
+  .ant-modal-footer {
+    margin-top: 24px;
+  }
+}
+
+.hvac-input-number {
+  .ant-input-number-group-addon {
+    color: #333;
+    background-color: #fff;
+  }
+}
+
 .hvac-table.ant-table-wrapper .ant-table-container {
   .ant-table-thead > tr > th {
     font-weight: 600;