diff --git a/store-pc/src/components/MemberProfileDialog.vue b/store-pc/src/components/MemberProfileDialog.vue index 6325e57..9cf6377 100644 --- a/store-pc/src/components/MemberProfileDialog.vue +++ b/store-pc/src/components/MemberProfileDialog.vue @@ -798,7 +798,7 @@ export default { margin-bottom: 10px; } .member-name { - font-size: 16px; + font-size: 17px; font-weight: 600; color: #0f172a; letter-spacing: 0.3px; @@ -807,8 +807,8 @@ export default { } .level-tag { display: inline-block; - font-size: 10px; - padding: 2px 12px; + font-size: 11px; + padding: 2px 14px; border-radius: 999px; font-weight: 600; margin-bottom: 8px; @@ -824,7 +824,7 @@ export default { display: flex; align-items: center; justify-content: center; - font-size: 12px; + font-size: 13px; color: #64748b; flex-wrap: wrap; text-align: center; @@ -841,7 +841,7 @@ export default { align-items: center; justify-content: center; gap: 8px; - font-size: 12px; + font-size: 13px; color: #64748b; margin-bottom: 6px; flex-wrap: wrap; @@ -849,11 +849,11 @@ export default { .member-phone { color: #16a34a; font-weight: 500; - i { margin-right: 2px; font-size: 12px; } + i { margin-right: 2px; font-size: 13px; } } .member-dah { color: #94a3b8; - font-size: 11px; + font-size: 12px; } .member-type-tags { display: flex; @@ -863,9 +863,9 @@ export default { margin-bottom: 4px; } .type-tag { - padding: 1px 8px; + padding: 2px 10px; border-radius: 999px; - font-size: 10px; + font-size: 11px; font-weight: 500; } .type-tag--beauty { @@ -892,19 +892,19 @@ export default { flex-wrap: wrap; } .member-visit { - font-size: 11px; + font-size: 12px; color: #94a3b8; cursor: default; - i { margin-right: 3px; font-size: 11px; } + i { margin-right: 3px; font-size: 12px; } } .member-sleep { - font-size: 10px; - padding: 1px 8px; + font-size: 11px; + padding: 2px 8px; border-radius: 999px; background: rgba(249,115,22,0.1); color: #ea580c; font-weight: 500; - i { margin-right: 2px; font-size: 10px; } + i { margin-right: 2px; font-size: 11px; } } .tag-row { margin-top: 8px; @@ -914,9 +914,9 @@ export default { gap: 4px; } .member-tag { - padding: 1px 8px; + padding: 2px 8px; border-radius: 999px; - font-size: 10px; + font-size: 11px; background: rgba(129,140,248,0.1); color: #4f46e5; border: 1px solid rgba(129,140,248,0.15); @@ -928,21 +928,21 @@ export default { border-top: 1px solid rgba(226,232,240,0.5); } .sidebar-section-title { - font-size: 12px; + font-size: 13px; font-weight: 600; color: #64748b; margin-bottom: 6px; display: flex; align-items: center; gap: 4px; - i { font-size: 12px; color: #6366f1; } + i { font-size: 13px; color: #6366f1; } } .sidebar-row { display: flex; justify-content: space-between; align-items: center; - padding: 3px 0; - min-height: 22px; + padding: 4px 0; + min-height: 24px; } .sidebar-row--highlight { background: linear-gradient(135deg, rgba(37,99,235,0.04), rgba(124,58,237,0.04)); @@ -956,15 +956,15 @@ export default { } .sidebar-label { color: #94a3b8; - font-size: 11px; + font-size: 12px; flex-shrink: 0; display: flex; align-items: center; - i { margin-right: 3px; font-size: 11px; color: #94a3b8; } + i { margin-right: 3px; font-size: 12px; color: #94a3b8; } } .sidebar-value { color: #1e293b; - font-size: 12px; + font-size: 13px; font-weight: 500; overflow: hidden; text-overflow: ellipsis; @@ -973,12 +973,12 @@ export default { text-align: right; } .sidebar-value--amount { - font-size: 13px; + font-size: 14px; font-weight: 600; color: #0f172a; } .sidebar-value--gradient { - font-size: 14px; + font-size: 15px; font-weight: 700; background: linear-gradient(135deg, #2563eb, #7c3aed); -webkit-background-clip: text; @@ -1023,14 +1023,14 @@ export default { background: transparent; padding: 0 8px; border-radius: 999px; - font-size: 12px; + font-size: 13px; color: #4b5563; cursor: pointer; transition: color 0.25s ease; flex: 1 1 0; text-align: center; - height: 26px; - line-height: 26px; + height: 30px; + line-height: 30px; position: relative; z-index: 1; } @@ -1053,9 +1053,9 @@ export default { .records-search { width: 160px; } .records-search ::v-deep .el-input__inner { border-radius: 999px; - height: 26px; - line-height: 26px; - font-size: 12px; + height: 30px; + line-height: 30px; + font-size: 13px; border-color: #e2e8f0; transition: border-color 0.2s; &:focus { border-color: #6366f1; } @@ -1083,20 +1083,20 @@ export default { -ms-overflow-style: none; &::-webkit-scrollbar { display: none; } } -.record-table, .rights-table { font-size: 12px; } +.record-table, .rights-table { font-size: 13px; } ::v-deep .el-table { &::before { display: none; } th { - padding: 6px 0; - font-size: 11px; + padding: 8px 0; + font-size: 12px; background: #f8fafc; color: #64748b; font-weight: 500; border-bottom: 1px solid #e2e8f0; } td { - padding: 5px 0; + padding: 7px 0; border-bottom: 1px solid #f1f5f9; } .el-table__row:hover > td { background: rgba(99,102,241,0.03); } @@ -1110,7 +1110,7 @@ export default { } /* ========== 状态胶囊 ========== */ -.status-capsule { display: inline-block; padding: 1px 8px; border-radius: 999px; font-size: 10px; font-weight: 500; line-height: 1.6; } +.status-capsule { display: inline-block; padding: 2px 10px; border-radius: 999px; font-size: 11px; font-weight: 500; line-height: 1.6; } .status--green { background: rgba(34,197,94,0.1); color: #16a34a; } .status--orange { background: rgba(249,115,22,0.1); color: #ea580c; } .status--red { background: rgba(239,68,68,0.1); color: #dc2626; } @@ -1134,18 +1134,18 @@ export default { display: inline-flex; align-items: center; justify-content: center; - gap: 3px; - min-width: 80px; - height: 28px; - padding: 0 12px; + gap: 4px; + min-width: 84px; + height: 32px; + padding: 0 14px; border-radius: 999px; - font-size: 12px; + font-size: 13px; font-weight: 500; cursor: pointer; position: relative; overflow: hidden; transition: color 0.2s ease, box-shadow 0.2s ease, transform 0.12s ease; - i { font-size: 12px; } + i { font-size: 13px; } } .records-op-btn--ghost { background: rgba(239,246,255,0.9); diff --git a/store-pc/src/views/dashboard/index.vue b/store-pc/src/views/dashboard/index.vue index 1224296..535de64 100644 --- a/store-pc/src/views/dashboard/index.vue +++ b/store-pc/src/views/dashboard/index.vue @@ -7,14 +7,8 @@