diff --git a/tzipc-ui/public/theme/default/logo.png b/tzipc-ui/public/theme/default/logo.png index 0b60a96..9f1d536 100644 Binary files a/tzipc-ui/public/theme/default/logo.png and b/tzipc-ui/public/theme/default/logo.png differ diff --git a/tzipc-ui/src/App.vue b/tzipc-ui/src/App.vue index ed497f5..f974964 100644 --- a/tzipc-ui/src/App.vue +++ b/tzipc-ui/src/App.vue @@ -30,3 +30,26 @@ export default { } } + diff --git a/tzipc-ui/src/assets/styles/element-ui.scss b/tzipc-ui/src/assets/styles/element-ui.scss index b45c416..1f9e893 100644 --- a/tzipc-ui/src/assets/styles/element-ui.scss +++ b/tzipc-ui/src/assets/styles/element-ui.scss @@ -602,14 +602,11 @@ div.el-switch { border-radius: 10px; border: none; .el-message-box__title { - background: url("../images/login/modal-title.png") no-repeat 0px 0px; background-size: 100% 100%; padding-left: 26px; font-size: 16px; span { - background: linear-gradient(180deg, #ffffff 0%, #87c5f4 100%); - -webkit-background-clip: text; - -webkit-text-fill-color: transparent; + @include border_color(colorPrimary); } } .el-message-box__content { diff --git a/tzipc-ui/src/layout/components/Navbar.vue b/tzipc-ui/src/layout/components/Navbar.vue index 1db1407..5512710 100644 --- a/tzipc-ui/src/layout/components/Navbar.vue +++ b/tzipc-ui/src/layout/components/Navbar.vue @@ -66,7 +66,8 @@ v-for="item in themeOptions" :key="item.key" :value="item.key" - >{{item.label}} + :label="item.label" + >{{ item.label }}