From b5c6bd990aa8d408c97792d620cf1eefe3307d43 Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期五, 19 四月 2024 10:55:00 +0800
Subject: [PATCH] 测试完成
---
src/views/knowledge/questionbank/index.vue | 30 ++++++++++++++++++++++++++++--
1 files changed, 28 insertions(+), 2 deletions(-)
diff --git a/src/views/knowledge/questionbank/index.vue b/src/views/knowledge/questionbank/index.vue
index 53644ce..33f8941 100644
--- a/src/views/knowledge/questionbank/index.vue
+++ b/src/views/knowledge/questionbank/index.vue
@@ -152,15 +152,22 @@
:border="true"
@selection-change="handleSelectionChange"
>
- <el-table-column type="selection" width="50" align="center" />
+ <el-table-column
+ type="selection"
+ fixed
+ width="50"
+ align="center"
+ />
<el-table-column
label="搴忓彿"
+ fixed
align="center"
key="topicid"
prop="topicid"
/>
<el-table-column
label="棰樼洰鏍囬"
+ fixed
align="center"
key="topic"
prop="topic"
@@ -245,6 +252,7 @@
<el-table-column
label="鎿嶄綔"
+ fixed="right"
align="center"
width="250"
class-name="small-padding fixed-width"
@@ -729,7 +737,7 @@
margin-top: 20px;
margin: 20px;
padding: 30px;
- background: #edf1f7;
+ background: #fff;
border: 1px solid #dcdfe6;
-webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12),
0 0 6px 0 rgba(0, 0, 0, 0.04);
@@ -860,6 +868,24 @@
font-size: 20px;
cursor: pointer;
}
+::v-deep .el-tree {
+ position: relative;
+ cursor: default;
+ border-radius: 5px;
+ background: #eff8fe;
+ color: #606266;
+ border: 1px solid #bbe1fa;
+ // border: 1px solid #dcdfe6;
+ -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12),
+ 0 0 6px 0 rgba(0, 0, 0, 0.04);
+}
+::v-deep
+ .el-tree--highlight-current
+ .el-tree-node.is-current
+ > .el-tree-node__content {
+ background-color: #7799fb;
+ color: #fff;
+}
::v-deep .el-button--mini.is-circle {
padding: 7px;
margin: 0;
--
Gitblit v1.9.3