v0.8.18 优化代码

This commit is contained in:
Hunlongyu
2020-02-22 12:21:06 +08:00
parent 9ce1a8ddf6
commit 4505186307
12 changed files with 56 additions and 12 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 72 KiB

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 100 KiB

After

Width:  |  Height:  |  Size: 31 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 78 KiB

After

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 79 KiB

After

Width:  |  Height:  |  Size: 25 KiB

View File

@@ -12,6 +12,9 @@
.el-button--text{
border: none;
}
.el-button--text:focus, .el-button--text:hover{
color: var(--d-c-h);
}
.el-tabs__active-bar{
background-color: var(--d-bdc);
}

View File

@@ -12,6 +12,9 @@
.el-button--text{
border: none;
}
.el-button--text:focus, .el-button--text:hover{
color: var(--g-c-h);
}
.el-tabs__active-bar{
background-color: var(--g-bdc);
}

View File

@@ -12,6 +12,9 @@
.el-button--text{
border: none;
}
.el-button--text:focus, .el-button--text:hover{
color: var(--p-c-h);
}
.el-tabs__active-bar{
background-color: var(--p-bdc);
}