|
|
@@ -677,29 +677,6 @@ onMounted(() => {
|
|
|
:deep(.el-select) {
|
|
|
width: 160px;
|
|
|
}
|
|
|
-
|
|
|
- // Indigo 主题按钮
|
|
|
- :deep(.el-button--primary) {
|
|
|
- background-color: #4f46e5;
|
|
|
- border-color: #4f46e5;
|
|
|
-
|
|
|
- &:hover,
|
|
|
- &:focus {
|
|
|
- background-color: #6366f1;
|
|
|
- border-color: #6366f1;
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- :deep(.el-button--success) {
|
|
|
- background-color: #10b981;
|
|
|
- border-color: #10b981;
|
|
|
-
|
|
|
- &:hover,
|
|
|
- &:focus {
|
|
|
- background-color: #34d399;
|
|
|
- border-color: #34d399;
|
|
|
- }
|
|
|
- }
|
|
|
}
|
|
|
|
|
|
.table-wrapper {
|
|
|
@@ -713,23 +690,6 @@ onMounted(() => {
|
|
|
display: flex;
|
|
|
justify-content: flex-end;
|
|
|
padding-top: 16px;
|
|
|
-
|
|
|
- // Indigo 主题分页
|
|
|
- :deep(.el-pagination) {
|
|
|
- .el-pager li.is-active {
|
|
|
- background-color: #4f46e5;
|
|
|
- color: #fff;
|
|
|
- }
|
|
|
-
|
|
|
- .el-pager li:not(.is-active):hover {
|
|
|
- color: #4f46e5;
|
|
|
- }
|
|
|
-
|
|
|
- .btn-prev:hover,
|
|
|
- .btn-next:hover {
|
|
|
- color: #4f46e5;
|
|
|
- }
|
|
|
- }
|
|
|
}
|
|
|
|
|
|
// 协议标签样式
|
|
|
@@ -751,22 +711,6 @@ onMounted(() => {
|
|
|
font-weight: 600;
|
|
|
}
|
|
|
|
|
|
- .el-link--primary {
|
|
|
- color: #4f46e5;
|
|
|
-
|
|
|
- &:hover {
|
|
|
- color: #6366f1;
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- .el-button--primary.is-link {
|
|
|
- color: #4f46e5;
|
|
|
-
|
|
|
- &:hover {
|
|
|
- color: #6366f1;
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
.el-table__column-filter-trigger,
|
|
|
.caret-wrapper {
|
|
|
.sort-caret.ascending {
|
|
|
@@ -801,17 +745,6 @@ onMounted(() => {
|
|
|
padding-top: 16px;
|
|
|
}
|
|
|
|
|
|
- .el-button--primary {
|
|
|
- background-color: #4f46e5;
|
|
|
- border-color: #4f46e5;
|
|
|
-
|
|
|
- &:hover,
|
|
|
- &:focus {
|
|
|
- background-color: #6366f1;
|
|
|
- border-color: #6366f1;
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
.el-switch.is-checked .el-switch__core {
|
|
|
background-color: #4f46e5;
|
|
|
border-color: #4f46e5;
|