新增摸大红业务并修复后台链接按钮白字
支持分类筛选、搜索、下单支付建群与固定二维码;合并迁移种子数据;后台表格编辑/详情链接恢复主题色可见。
This commit is contained in:
@@ -348,19 +348,31 @@
|
||||
}
|
||||
|
||||
/* ========== Button Enhancements ========== */
|
||||
.el-button--primary:not(.is-text) {
|
||||
/* 仅实体主按钮强制白字;link/text 需保留主题色,否则表格「编辑」等会白字看不见 */
|
||||
.el-button--primary:not(.is-text):not(.is-link) {
|
||||
font-weight: 700 !important;
|
||||
--el-button-text-color: #ffffff;
|
||||
--el-button-hover-text-color: #ffffff;
|
||||
--el-button-active-text-color: #ffffff;
|
||||
}
|
||||
|
||||
.el-button--primary:not(.is-text) span {
|
||||
.el-button--primary:not(.is-text):not(.is-link) span {
|
||||
color: #ffffff !important;
|
||||
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.el-button.is-link.el-button--primary {
|
||||
--el-button-text-color: var(--el-color-primary);
|
||||
--el-button-hover-text-color: var(--el-color-primary-light-3);
|
||||
--el-button-active-text-color: var(--el-color-primary-dark-2);
|
||||
}
|
||||
|
||||
.el-button.is-link.el-button--primary span {
|
||||
color: inherit !important;
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
.eyebrow {
|
||||
margin: 0 0 8px;
|
||||
color: #4f7cff;
|
||||
|
||||
Reference in New Issue
Block a user