修改插件UI
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
yiqiu
2025-11-21 12:42:18 +08:00
parent 8622f2b7b2
commit 5834ab9a74
10 changed files with 403 additions and 70 deletions

View File

@@ -54,6 +54,34 @@
font-size: 16px;
}
/* 通用列表块,复用轮播样式 */
.config-item {
border: 1px solid #e5e7eb;
border-radius: 8px;
padding: 16px;
margin-bottom: 16px;
background: #f9fafb;
}
.config-item__header {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 16px;
}
.config-item__header h4 {
margin: 0;
font-size: 16px;
}
.sub-title {
margin: 0 0 8px;
font-size: 14px;
font-weight: 600;
color: #4b5563;
}
.empty-tip {
padding: 16px;
border: 1px dashed #cbd5f5;