feat: 移除el-tabs,概要+操作日志+客服关怀合并为单页面
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
- account.php: el-tab-pane改为普通div平铺 - account.js: handleClick改为同时加载所有板块数据 - account.css: 操作日志/客服关怀加独立卡片样式 - 隐藏el-tabs导航头
This commit is contained in:
@@ -132,6 +132,27 @@
|
||||
.account > .el-row {
|
||||
margin-top: 0.2rem;
|
||||
}
|
||||
#account .log-section,
|
||||
#account .care-section {
|
||||
background: #FFFFFF;
|
||||
border-radius: 10px;
|
||||
outline: 1px solid #E5E7EB;
|
||||
padding: 0.16rem 0.2rem 0.2rem;
|
||||
margin-top: 0.16rem;
|
||||
}
|
||||
#account .section-title {
|
||||
border-left: 3px solid var(--color-primary);
|
||||
padding-left: 0.1rem;
|
||||
font-size: 0.16rem;
|
||||
line-height: 0.16rem;
|
||||
font-weight: 600;
|
||||
color: #1F2937;
|
||||
margin-bottom: 0.12rem;
|
||||
}
|
||||
/* 隐藏 el-tabs 导航头(已不需要) */
|
||||
#account .el-tabs__header {
|
||||
display: none;
|
||||
}
|
||||
.wx-switch {
|
||||
margin-top: 0.2rem;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user