summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzhangyu <[email protected]>2022-10-10 15:09:49 +0800
committerzhangyu <[email protected]>2022-10-10 15:09:49 +0800
commit81dbac2b82c3f2da07e37958ebfb3856cdc25771 (patch)
tree97283d3937dd7a4c35a2cb2e86cccc4ceb8a15e7
parent65e8127a18e1635346c1de3ac1b281f5bd3185e1 (diff)
style:黑色主题样式修改rel-22.10.02
-rw-r--r--nezha-fronted/src/assets/css/common.scss57
-rw-r--r--nezha-fronted/static/config.json2
2 files changed, 32 insertions, 27 deletions
diff --git a/nezha-fronted/src/assets/css/common.scss b/nezha-fronted/src/assets/css/common.scss
index 8b42317e9..c1ff0394a 100644
--- a/nezha-fronted/src/assets/css/common.scss
+++ b/nezha-fronted/src/assets/css/common.scss
@@ -418,16 +418,6 @@ td .nz-icon-gear:before {
display: block;
}
}
-.el-icon-arrow-right {
- font-family: "nz-icon" !important;
- font-size: 16px;
- font-style: normal;
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
-}
-.el-icon-arrow-right:before {
- content: "\e6ad";
-}
.el-table__header-wrapper {
table{
background-color: $--background-color-empty !important;
@@ -564,23 +554,38 @@ textarea {
border-radius: 3px;
}
}
-.el-icon-arrow-down{
- font-family: nz-icon!important;
-}
-.el-icon-arrow-down::before{
- content: '\e6b0';
-}
-.el-icon-check{
- font-family: nz-icon!important;
-}
-.el-icon-check::before{
- content: '\e689';
-}
-.el-icon-arrow-left{
- font-family: nz-icon!important;
+.el-dialog__header{
+ color: $--color-text-primary;
}
-.el-icon-arrow-left::before{
- content: '\e6ae';
+#entrance {
+ .el-icon-arrow-right {
+ font-family: "nz-icon" !important;
+ font-size: 16px;
+ font-style: normal;
+ -webkit-font-smoothing: antialiased;
+ -moz-osx-font-smoothing: grayscale;
+ }
+ .el-icon-arrow-right:before {
+ content: "\e6ad";
+ }
+ .el-icon-arrow-down{
+ font-family: nz-icon!important;
+ }
+ .el-icon-arrow-down::before{
+ content: '\e6b0';
+ }
+ .el-icon-check{
+ font-family: nz-icon!important;
+ }
+ .el-icon-check::before{
+ content: '\e689';
+ }
+ .el-icon-arrow-left{
+ font-family: nz-icon!important;
+ }
+ .el-icon-arrow-left::before{
+ content: '\e6ae';
+ }
}
.el-select__tags .el-tag.el-tag--info {
background-color: $--background-color-base;
diff --git a/nezha-fronted/static/config.json b/nezha-fronted/static/config.json
index b9b43a208..0ba67a3d0 100644
--- a/nezha-fronted/static/config.json
+++ b/nezha-fronted/static/config.json
@@ -1 +1 @@
-{"baseUrl":"http://192.168.40.42/", "version": "22.05"}
+{"baseUrl":"http://192.168.44.22/", "version": "22.05"}