From c9f3bc911ddb0a10768fd73641728a43320e97d1 Mon Sep 17 00:00:00 2001 From: Tcsm <1377977403@qq.com> Date: 星期一, 05 六月 2023 17:42:05 +0800 Subject: [PATCH] 1.将收藏荣誉、荣誉证书中的时间字段变成了可选项 2.成长经历阅历主要经历变成长文本框,新增按钮接入蓝湖样式,点击保存之后可以自动刷新 --- ruoyi-ui/src/views/bignote/index.vue | 16 ++++++++-------- 1 files changed, 8 insertions(+), 8 deletions(-) diff --git a/ruoyi-ui/src/views/bignote/index.vue b/ruoyi-ui/src/views/bignote/index.vue index 113f9dd..39e2a6b 100644 --- a/ruoyi-ui/src/views/bignote/index.vue +++ b/ruoyi-ui/src/views/bignote/index.vue @@ -72,14 +72,14 @@ </el-form> - <div style="width: 72px; -height: 24px; -font-size: 18px; -font-family: Microsoft YaHei-Regular, Microsoft YaHei; -font-weight: 400; -color: #000000; -line-height: 21px; -">瀹跺ぇ浜嬭</div> +<!-- <div style="width: 72px;--> +<!--height: 24px;--> +<!--font-size: 18px;--> +<!--font-family: Microsoft YaHei-Regular, Microsoft YaHei;--> +<!--font-weight: 400;--> +<!--color: #000000;--> +<!--line-height: 21px;--> +<!--">瀹跺ぇ浜嬭</div>--> <el-row :gutter="10" class="mb8"> <el-col :span="1.5"> <el-button -- Gitblit v1.9.1