style(meeting-new): 删红字提示 *会议名称默认为项目名称,不可修改

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
郭庆泰
2026-08-18 22:47:31 +08:00
co-authored by Claude
parent 29a4b02d27
commit 379cf226f5
-15
View File
@@ -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;