File tree Expand file tree Collapse file tree
packages/design/src/browser/style Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -205,13 +205,11 @@ html {
205205}
206206
207207// 对话框
208- .kt-modal-content ,
209- .ant-modal-content {
208+ .kt-modal-content {
210209 border-radius : 8px ;
211210 background-color : transparent ;
212211}
213- .kt-overlay .kt-modal-body ,
214- .ant-modal-body {
212+ .kt-overlay .kt-modal-body {
215213 border-radius : 8px ;
216214 border : 0 none !important ;
217215 box-shadow : 0px 9px 28px 8px var (--design-boxShadow-primary ), 0px 3px 6px -4px var (--design-boxShadow-secondary ),
@@ -239,8 +237,7 @@ html {
239237}
240238
241239.default-button-size ,
242- .kt-button ,
243- .ant-btn {
240+ .kt-button {
244241 border-radius : 4px ;
245242}
246243
@@ -261,10 +258,6 @@ html {
261258 transform : none ;
262259}
263260
264- .ant-select :not (.ant-select-customize-input ) .ant-select-selector {
265- border-radius : 6px ;
266- }
267-
268261#opensumi-quickpick {
269262 border : 0 none !important ;
270263 box-shadow : 0px 9px 28px 8px var (--design-boxShadow-primary ), 0px 3px 6px -4px var (--design-boxShadow-secondary ),
You can’t perform that action at this time.
0 commit comments