style(meeting-new): 删红字提示 *会议名称默认为项目名称,不可修改
Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -3,9 +3,6 @@
|
||||
<!-- 面包屑 -->
|
||||
<div class="breadcrumb">首页 / 会议管理 / 新建会议</div>
|
||||
|
||||
<!-- 红字提示 (业务规则) -->
|
||||
<p class="hint-text">*会议名称默认为项目名称,不可修改</p>
|
||||
|
||||
<!-- el-form 包裹 + label-width 110px (跟原型一致) -->
|
||||
<el-form ref="formRef" :model="form" :rules="rules" label-width="110px">
|
||||
<!-- 2 列布局 (跟原型 .form-grid 一致: grid-auto-flow: column 让左 6 右 5 对齐) -->
|
||||
@@ -151,18 +148,6 @@ onMounted(async () => {
|
||||
margin-bottom: 12px;
|
||||
}
|
||||
|
||||
/* 红字提示 (skill .hint-list 风格: 白底 + 灰边 + 8px 圆角 + 红字) */
|
||||
.hint-text {
|
||||
background: #fff;
|
||||
border: 1px solid #f0f0f0;
|
||||
border-radius: 8px;
|
||||
padding: 12px 20px;
|
||||
margin-bottom: 16px;
|
||||
font-size: 12px;
|
||||
color: #ff4d4f;
|
||||
line-height: 1.8;
|
||||
}
|
||||
|
||||
/* === 2 列布局 (跟原型 .form-grid 一致, grid-auto-flow: column 让左 6 右 5 对齐) === */
|
||||
.form-grid {
|
||||
display: grid;
|
||||
|
||||
Reference in New Issue
Block a user