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

feat(*): 样式修改

parent 75068100
......@@ -11,7 +11,7 @@
:is-active="sidebar"
/>
<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">
<el-dropdown class="right-menu-item" trigger="click">
<div class="user-info">
......@@ -212,13 +212,18 @@ export default {
padding: 0 20px;
position: absolute;
right: 200px;
color: #ffffff;
background-color: var(--bg-primary);
border: 1px solid var(--success);
color: #36f1cd;
background-color: var(--bg-secondary);
border: 1px solid #434343;
// color: #ffffff;
// background-color: var(--bg-primary);
// border: 1px solid var(--success);
border-radius: 6px;
cursor: pointer;
transition: all 0.3s ease;
&:hover {
border: 1px solid rgba(54, 241, 205, .7);
box-shadow: 0px 1.33px 16px 0px rgba(83, 100, 170, 0.5);
}
}
......@@ -242,7 +247,7 @@ export default {
align-items: center;
margin-right: 3.125rem;
font-size: 1.25rem !important;
color: #606266;
color: #ccc;
height: 100%;
.user-avatar {
width: 1.5rem;
......
......@@ -54,11 +54,11 @@
}
.view-btn {
color: #2182a0 !important;
color: var(--success) !important;
}
.edit-btn {
color: #2182a0 !important;
color: var(--success) !important;
}
.el-button--primary {
......
......@@ -417,3 +417,17 @@
border-bottom: 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 {
.title {
color: #fff;
font-size: 1.8rem;
font-size: 18px;
margin-bottom: 1rem;
padding-bottom: 0.5rem;
border-bottom: 1px solid #434343;
......@@ -619,3 +619,9 @@ input[type="checkbox"] {
color: #fff;
}
</style>
<style>
.equipment-management .el-input__inner {
color: #fff !important;
}
</style>
\ No newline at end of file
......@@ -482,6 +482,9 @@ onMounted(() => {
height: calc(100vh - 400px);
flex: 1;
}
.el-button.is-text:not(.is-disabled):hover {
background-color: #434343;
}
}
.default-btn {
width: 85px;
......@@ -497,6 +500,8 @@ onMounted(() => {
.margin-right-10 {
margin-right: 10px;
}
</style>
<style>
.equipment-management .el-upload-list {
......
......@@ -1134,7 +1134,7 @@ $cursor: #ccc;
-webkit-appearance: none;
border-radius: 0px;
padding: 12px 5px 12px 15px;
color: #7f7b7b;
color: #fff;
height: 47px;
caret-color: $cursor;
width: 100%;
......@@ -1160,7 +1160,7 @@ $cursor: #ccc;
.captcha {
input {
color: #666;
color: #fff;
/*font-size: 18px;*/
}
}
......@@ -1168,7 +1168,7 @@ $cursor: #ccc;
.el-form-item {
border: none;
border-bottom: 1px solid #fff;
background: #fff;
background: #181d21;
padding-right: 0px;
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