-
+
-
-
+
+
-
- 查询
- 重置
+
+ 查询
+ 重置
-
-
+
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
@@ -170,8 +71,8 @@
-
-
-
-
\ No newline at end of file
+
+/* 去掉点击时的蓝色背景 */
+.el-tree .el-tree-node__content:hover {
+ background-color: inherit;
+}
+
+/* 如果需要去掉所有hover效果 */
+.el-tree .el-tree-node__content:hover {
+ background-color: unset;
+}
+
+/* 针对被选中节点去掉背景色 */
+.el-tree .el-tree-node__content.is-checked {
+ background-color: inherit;
+}
+
+/* 如果需要去掉所有hover和active效果 */
+.el-tree-node__content:hover,
+.el-tree-node__content:active {
+ background-color: unset;
+}
+.isSelect{
+
+ /* 自定义角度渐变 */
+background-image: linear-gradient(-45deg, #fff, #b0f3ec);
+}
+
\ No newline at end of file
diff --git a/src/views/modules/shop/shopproduct.vue b/src/views/modules/shop/shopproduct.vue
index be56261..e293711 100644
--- a/src/views/modules/shop/shopproduct.vue
+++ b/src/views/modules/shop/shopproduct.vue
@@ -88,7 +88,7 @@
fixed="right"
header-align="center"
align="center"
- width="150"
+ width="180"
label="操作"
>