增加banner后台管控

This commit is contained in:
2025-05-16 16:18:12 +08:00
parent 9df71d0faf
commit 92b79bf0b1
13 changed files with 1145 additions and 331 deletions
+3 -3
View File
@@ -118,7 +118,7 @@
/* 页面整体样式 */
.config-container {
padding: 15px;
background: #f2f2f2;
/* background: #f2f2f2; */
}
/* 页面头部样式 */
@@ -156,8 +156,8 @@
.layui-card {
margin-bottom: 0;
border-radius: 2px;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
border-radius: 8px;
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}
.layui-card-header {