From dcf9c9e0410fe1186239e3f8d6f7bdc789c08010 Mon Sep 17 00:00:00 2001 From: lzhe <lzhe@example.com> Date: 星期三, 05 六月 2024 18:00:39 +0800 Subject: [PATCH] 1 --- src/views/master/person/main/personPerson.vue | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/master/person/main/personPerson.vue b/src/views/master/person/main/personPerson.vue index 205b056..a7f15ab 100644 --- a/src/views/master/person/main/personPerson.vue +++ b/src/views/master/person/main/personPerson.vue @@ -1,8 +1,8 @@ <!-- * @Author: lzhe lzhe@example.com * @Date: 2024-03-26 10:28:33 - * @LastEditors: Sneed - * @LastEditTime: 2024-05-09 21:01:06 + * @LastEditors: lzhe lzhe@example.com + * @LastEditTime: 2024-06-03 17:07:14 * @FilePath: /belleson-frontend/Users/mache/Documents/demo/cps-web/src/views/master/person/main/personPerson.vue * @Description: 杩欐槸榛樿璁剧疆,璇疯缃甡customMade`, 鎵撳紑koroFileHeader鏌ョ湅閰嶇疆 杩涜璁剧疆: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE --> @@ -19,7 +19,7 @@ <div class="person-tree"> <!-- 閮ㄩ棬 --> <el-tree style="max-width: 600px" :data="titleList" :expand-on-click-node="false" default-expand-all - :props="{ label: 'name', children: 'children' }" class="treeActive" @node-click="titleListNode" /> + :props="{ label: 'name', children: 'children' }" class="treeActive" @node-click="titleListNode" v-if="leftActive"/> <!-- 宀椾綅 --> <div v-for="(item, index) in titleList" :data-id="item.id" v-if="!leftActive" :class="{ treeActive: item.active }" @click="selectbtn(index)">{{ item.postName }}</div> @@ -437,7 +437,7 @@ } .person-left-active { - background-color: #3b8e8e; + background-color: #409eff; color: #fff; } -- Gitblit v1.9.3