浏览代码

a-select a-input 样式

Michael Wang 3 年之前
父节点
当前提交
c0488886ac
共有 1 个文件被更改,包括 8 次插入0 次删除
  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;
+}