Browse Source

a-select a-input 样式

Michael Wang 3 years ago
parent
commit
c0488886ac
1 changed files with 8 additions and 0 deletions
  1. 8 0
      src/styles/global.css

+ 8 - 0
src/styles/global.css

@@ -71,3 +71,11 @@ button.ant-btn.download-tpl-btn {
   background-color: #fe8398;
   color: white;
 }
+
+.ant-select .ant-select-selector {
+  border-radius: 10px !important;
+}
+
+.ant-input-affix-wrapper {
+  border-radius: 10px !important;
+}