样式更改
This commit is contained in:
parent
c8055a3402
commit
3984d334de
|
@ -183,12 +183,15 @@ onMounted(() => {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
background: linear-gradient(0deg, rgba(145, 175, 207, 0.1) 10%, rgba(145, 175, 207, 0.4) 100%);
|
background: linear-gradient(0deg, rgba(145, 175, 207, 0.1) 10%, rgba(145, 175, 207, 0.4) 100%);
|
||||||
border-top: 2px solid rgb(152, 194, 221);
|
border-top: 2px solid rgb(152, 194, 221);
|
||||||
|
box-shadow: 0px -10px 5px rgba(145, 175, 207, 0.2);
|
||||||
}
|
}
|
||||||
|
|
||||||
div.active {
|
div.active {
|
||||||
// background-color: #ccc;
|
// background-color: #ccc;
|
||||||
background: linear-gradient(0deg, rgba(145, 175, 207, 0.1) 10%, rgba(0, 155, 228, 0.6) 100%);
|
background: linear-gradient(0deg, rgba(145, 175, 207, 0.1) 10%, rgba(0, 155, 228, 0.6) 100%);
|
||||||
border-top: 2px solid #00A2FF;
|
border-top: 2px solid #00A2FF;
|
||||||
|
box-shadow: 0px -10px 5px rgba(0, 162, 255, 0.2);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.no-tab {
|
.no-tab {
|
||||||
|
|
Loading…
Reference in New Issue