refactor(manager/accounts): 彻底删 page-sub 副标题 (跟 el-descriptions 一起清理)
This commit is contained in:
@@ -1,7 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="page-card manager-accounts">
|
<div class="page-card manager-accounts">
|
||||||
<div class="breadcrumb">首页 / 账号管理</div>
|
<div class="breadcrumb">首页 / 账号管理</div>
|
||||||
<p class="page-sub">修改个人信息与密码</p>
|
|
||||||
|
|
||||||
<el-form :model="form" label-width="120px" style="max-width:600px" :rules="rules" ref="formRef">
|
<el-form :model="form" label-width="120px" style="max-width:600px" :rules="rules" ref="formRef">
|
||||||
<div class="section-title">修改个人信息</div>
|
<div class="section-title">修改个人信息</div>
|
||||||
@@ -85,7 +84,6 @@ onMounted(loadProfile)
|
|||||||
/* 整页面板 (与 People.vue 风格一致) */
|
/* 整页面板 (与 People.vue 风格一致) */
|
||||||
.manager-accounts { padding: 16px; }
|
.manager-accounts { padding: 16px; }
|
||||||
.breadcrumb { font-size: 13px; color: #8c8c8c; margin-bottom: 12px; }
|
.breadcrumb { font-size: 13px; color: #8c8c8c; margin-bottom: 12px; }
|
||||||
.page-sub { font-size: 13px; color: #909399; margin-bottom: 16px; }
|
|
||||||
.filter-tip { color: #909399; font-size: 12px; margin-bottom: 12px; }
|
.filter-tip { color: #909399; font-size: 12px; margin-bottom: 12px; }
|
||||||
.section-title {
|
.section-title {
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
|
|||||||
Reference in New Issue
Block a user