完成投诉管理

This commit is contained in:
Zy
2026-04-14 09:52:38 +08:00
parent 7f152c45f5
commit 2701b02c59
16 changed files with 1615 additions and 16 deletions

View File

@@ -179,7 +179,10 @@
.el-input-number__decrease,
.el-input-number__increase {
border-radius: var(--app-radius-md);
transition: box-shadow 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
transition:
box-shadow 0.2s ease,
border-color 0.2s ease,
background-color 0.2s ease;
}
.el-input__wrapper.is-focus,
@@ -192,8 +195,14 @@
// Buttons
.el-button {
width: 80px;
height: 35px;
border-radius: var(--app-radius-md);
transition: transform 0.15s ease, box-shadow 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
transition:
transform 0.15s ease,
box-shadow 0.2s ease,
background-color 0.2s ease,
border-color 0.2s ease;
}
.el-button:not(.is-text):not(.is-link):hover {
@@ -261,7 +270,10 @@
.el-pagination .btn-next,
.el-pagination .el-pager li {
border-radius: var(--app-radius-sm);
transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
transition:
background-color 0.2s ease,
color 0.2s ease,
box-shadow 0.2s ease;
}
.el-pagination .el-pager li.is-active {