统一前端页面蓝灰换皮样式

This commit is contained in:
wjj
2026-04-03 11:00:33 +08:00
parent 8190946a87
commit 03282c9b69
22 changed files with 412 additions and 202 deletions

View File

@@ -105,7 +105,7 @@ export default {
<style scoped>
.pagination-container {
background: #fff;
background: transparent;
}
.pagination-container.hidden {
display: none;

View File

@@ -168,6 +168,25 @@ export default {
</script>
<style lang="scss" scoped>
::v-deep .el-button.is-circle {
border-color: #d9e3ee;
background: #ffffff;
color: #5f6b7a;
box-shadow: 0 4px 12px rgba(31, 45, 61, 0.05);
&:hover {
color: #2f5d8a;
border-color: #c8d7e6;
background: #f9fbfe;
}
}
::v-deep .el-dropdown-menu {
border-radius: 12px;
border: 1px solid #d9e3ee;
box-shadow: 0 12px 28px rgba(31, 45, 61, 0.08);
}
::v-deep .el-transfer__button {
border-radius: 50%;
padding: 12px;