Commit 5082b90e authored by Cai Wei's avatar Cai Wei

feat(*): 样式修改

parent 75068100
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
:is-active="sidebar" :is-active="sidebar"
/> />
<h3>DC-TOM管理平台</h3> <h3>DC-TOM管理平台</h3>
<div class="go-tom" @click="goTom">Eco-TOM三流合一</div> <div class="go-tom" @click="goTom">EcoTOM 三流合一</div>
<div class="right-block"> <div class="right-block">
<el-dropdown class="right-menu-item" trigger="click"> <el-dropdown class="right-menu-item" trigger="click">
<div class="user-info"> <div class="user-info">
...@@ -212,13 +212,18 @@ export default { ...@@ -212,13 +212,18 @@ export default {
padding: 0 20px; padding: 0 20px;
position: absolute; position: absolute;
right: 200px; right: 200px;
color: #ffffff;
background-color: var(--bg-primary); color: #36f1cd;
border: 1px solid var(--success); background-color: var(--bg-secondary);
border: 1px solid #434343;
// color: #ffffff;
// background-color: var(--bg-primary);
// border: 1px solid var(--success);
border-radius: 6px; border-radius: 6px;
cursor: pointer; cursor: pointer;
transition: all 0.3s ease; transition: all 0.3s ease;
&:hover { &:hover {
border: 1px solid rgba(54, 241, 205, .7);
box-shadow: 0px 1.33px 16px 0px rgba(83, 100, 170, 0.5); box-shadow: 0px 1.33px 16px 0px rgba(83, 100, 170, 0.5);
} }
} }
...@@ -242,7 +247,7 @@ export default { ...@@ -242,7 +247,7 @@ export default {
align-items: center; align-items: center;
margin-right: 3.125rem; margin-right: 3.125rem;
font-size: 1.25rem !important; font-size: 1.25rem !important;
color: #606266; color: #ccc;
height: 100%; height: 100%;
.user-avatar { .user-avatar {
width: 1.5rem; width: 1.5rem;
......
...@@ -54,11 +54,11 @@ ...@@ -54,11 +54,11 @@
} }
.view-btn { .view-btn {
color: #2182a0 !important; color: var(--success) !important;
} }
.edit-btn { .edit-btn {
color: #2182a0 !important; color: var(--success) !important;
} }
.el-button--primary { .el-button--primary {
......
...@@ -417,3 +417,17 @@ ...@@ -417,3 +417,17 @@
border-bottom: 1px solid #434343 !important; border-bottom: 1px solid #434343 !important;
border-left: 1px solid #434343 !important; border-left: 1px solid #434343 !important;
} }
.el-dropdown-menu {
background-color: #181d21 !important;
border-color: #434343 !important;
.el-dropdown-menu__item {
color: #ccc !important;
&:hover {
background-color: #434343 !important;
}
}
.el-dropdown-menu__item:not(.is-disabled):focus, .el-dropdown-menu__item:not(.is-disabled):hover {
background-color: #434343 !important;
}
}
\ No newline at end of file
...@@ -387,7 +387,7 @@ body { ...@@ -387,7 +387,7 @@ body {
.title { .title {
color: #fff; color: #fff;
font-size: 1.8rem; font-size: 18px;
margin-bottom: 1rem; margin-bottom: 1rem;
padding-bottom: 0.5rem; padding-bottom: 0.5rem;
border-bottom: 1px solid #434343; border-bottom: 1px solid #434343;
...@@ -618,4 +618,10 @@ input[type="checkbox"] { ...@@ -618,4 +618,10 @@ input[type="checkbox"] {
.el-self-container .device-label { .el-self-container .device-label {
color: #fff; color: #fff;
} }
</style>
<style>
.equipment-management .el-input__inner {
color: #fff !important;
}
</style> </style>
\ No newline at end of file
...@@ -482,6 +482,9 @@ onMounted(() => { ...@@ -482,6 +482,9 @@ onMounted(() => {
height: calc(100vh - 400px); height: calc(100vh - 400px);
flex: 1; flex: 1;
} }
.el-button.is-text:not(.is-disabled):hover {
background-color: #434343;
}
} }
.default-btn { .default-btn {
width: 85px; width: 85px;
...@@ -497,6 +500,8 @@ onMounted(() => { ...@@ -497,6 +500,8 @@ onMounted(() => {
.margin-right-10 { .margin-right-10 {
margin-right: 10px; margin-right: 10px;
} }
</style> </style>
<style> <style>
.equipment-management .el-upload-list { .equipment-management .el-upload-list {
......
...@@ -1134,7 +1134,7 @@ $cursor: #ccc; ...@@ -1134,7 +1134,7 @@ $cursor: #ccc;
-webkit-appearance: none; -webkit-appearance: none;
border-radius: 0px; border-radius: 0px;
padding: 12px 5px 12px 15px; padding: 12px 5px 12px 15px;
color: #7f7b7b; color: #fff;
height: 47px; height: 47px;
caret-color: $cursor; caret-color: $cursor;
width: 100%; width: 100%;
...@@ -1160,7 +1160,7 @@ $cursor: #ccc; ...@@ -1160,7 +1160,7 @@ $cursor: #ccc;
.captcha { .captcha {
input { input {
color: #666; color: #fff;
/*font-size: 18px;*/ /*font-size: 18px;*/
} }
} }
...@@ -1168,7 +1168,7 @@ $cursor: #ccc; ...@@ -1168,7 +1168,7 @@ $cursor: #ccc;
.el-form-item { .el-form-item {
border: none; border: none;
border-bottom: 1px solid #fff; border-bottom: 1px solid #fff;
background: #fff; background: #181d21;
padding-right: 0px; padding-right: 0px;
box-sizing: border-box; box-sizing: border-box;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment