diff --git a/packages/ui/certd-client/src/style/certd.less b/packages/ui/certd-client/src/style/certd.less index dc84d3741..82b449fdb 100644 --- a/packages/ui/certd-client/src/style/certd.less +++ b/packages/ui/certd-client/src/style/certd.less @@ -116,8 +116,7 @@ span.fs-icon-svg { } } - -button.ant-btn.ant-btn-default.isPlus{ +button.ant-btn.ant-btn-default.isPlus { color: #c5913f; border: 1px solid #c5913f; @@ -130,10 +129,10 @@ button.ant-btn.ant-btn-default.isPlus{ } } -.dark{ - button.ant-btn.ant-btn-default.isPlus{ - color: #c5913f; - border: 1px solid #c5913f; +.dark { + button.ant-btn.ant-btn-default.isPlus { + color: #c5913f; + border: 1px solid #c5913f; &:disabled { border-color: hsl(0, 0%, 31%); @@ -141,4 +140,3 @@ button.ant-btn.ant-btn-default.isPlus{ } } } - diff --git a/packages/ui/certd-client/src/style/common.less b/packages/ui/certd-client/src/style/common.less index 71644da7f..d4e0fc9fe 100644 --- a/packages/ui/certd-client/src/style/common.less +++ b/packages/ui/certd-client/src/style/common.less @@ -21,9 +21,10 @@ div#app { height: 100%; } -pre{ - &.pre,&.helper{ - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important; +pre { + &.pre, + &.helper { + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important; } } @@ -365,14 +366,12 @@ h6 { max-height: 66vh; overflow-y: auto; } - } .ant-input-number { min-width: 100px; } - .cd-table { width: 100%; border-collapse: separate; @@ -381,7 +380,8 @@ h6 { &.cd-table-none-border { border: 0 !important; - td, th { + td, + th { border: 0 !important; } } @@ -393,7 +393,7 @@ h6 { width: 100%; height: 100%; background: rgba(0, 0, 0, 0.05); - z-index: 10000 + z-index: 10000; } table { @@ -401,7 +401,6 @@ h6 { min-width: 100%; table-layout: fixed; font-size: 16px; - } thead { @@ -417,7 +416,7 @@ h6 { border-left: 0px; &::before { - content: ''; + content: ""; position: absolute; left: 0; top: 0; @@ -431,7 +430,6 @@ h6 { th, td { - text-align: left; border-bottom: 1px solid #eee; border-left: 1px solid #eee; @@ -463,7 +461,6 @@ h6 { background-color: #fff; } - tr.hover-color:hover td { background: #f9f9ff; } @@ -486,14 +483,13 @@ h6 { } } -.ant-tag{ - .fs-icon{ +.ant-tag { + .fs-icon { margin-right: 5px; } } - .hidden-important { display: none !important; visibility: hidden !important; -} \ No newline at end of file +} diff --git a/packages/ui/certd-client/src/style/dark.less b/packages/ui/certd-client/src/style/dark.less index 7c690c2c4..a21438981 100644 --- a/packages/ui/certd-client/src/style/dark.less +++ b/packages/ui/certd-client/src/style/dark.less @@ -5,9 +5,7 @@ } } - - .vben-normal-menu__item.is-active{ + .vben-normal-menu__item.is-active { background-color: #3b3b3b !important; - } - -} \ No newline at end of file + } +} diff --git a/packages/ui/certd-client/src/style/scroll.less b/packages/ui/certd-client/src/style/scroll.less index ce50e1b15..5d8a10963 100644 --- a/packages/ui/certd-client/src/style/scroll.less +++ b/packages/ui/certd-client/src/style/scroll.less @@ -19,7 +19,6 @@ -moz-border-radius: 4em; border-radius: 4em; background-color: #757575; - } ::-webkit-scrollbar-thumb:hover { diff --git a/packages/ui/certd-client/src/style/vben.less b/packages/ui/certd-client/src/style/vben.less index be47330c1..de44b9223 100644 --- a/packages/ui/certd-client/src/style/vben.less +++ b/packages/ui/certd-client/src/style/vben.less @@ -1,3 +1,3 @@ -.vben-normal-menu__item.is-active{ -background-color: #ebf1f6 !important; -} \ No newline at end of file +.vben-normal-menu__item.is-active { + background-color: #ebf1f6 !important; +}