diff --git a/src/assets/theme/defult.scss b/src/assets/theme/defult.scss new file mode 100644 index 0000000000000000000000000000000000000000..6e04f55cbbec9c842cb7fca6f64909516cb9e984 --- /dev/null +++ b/src/assets/theme/defult.scss @@ -0,0 +1,30 @@ +$defult-color: #4B98CF; +$disable-color: #6c757d; +$success-color: #4EB4A5; +$danger-color: #dc3545; +$warning-color: #E3AA75; +$info-color: #4B98CF; +$light-border-color: #DCE0E2; +$dark-color: #1A3142; + +.ant-table{ + .ant-table-content{ + .ant-table-body{ + .ant-table-tbody{ + .ant-table-row{ + td{ + padding: 9px 11px; + .ant-btn{ + padding: 0 12px; + height: 29px; + border-radius: 5px; + span{ + font-size: 13px; + } + } + } + } + } + } + } +} \ No newline at end of file