|
|
@@ -207,6 +207,45 @@ export default {
|
|
|
}
|
|
|
</script>
|
|
|
<style>
|
|
|
+/* 产品分类调整*/
|
|
|
+ .category-content .el-tree{
|
|
|
+ border: none;
|
|
|
+ }
|
|
|
+ .el-tree--highlight-current .el-tree-node.is-current>.el-tree-node__content,.el-tree-node:hover{
|
|
|
+ background: none !important;
|
|
|
+ }
|
|
|
+ .el-tree-node__content:hover{
|
|
|
+ background: none !important;
|
|
|
+ }
|
|
|
+ .el-tree-node__content:hover span{
|
|
|
+ color: #5078cb;
|
|
|
+ }
|
|
|
+ .el-pagination .el-pager li.active{
|
|
|
+ background-color: #5078cb;
|
|
|
+ border-color: #337ab7;
|
|
|
+ }
|
|
|
+.el-tree-node__expand-icon{
|
|
|
+ font-family: "iconfont" !important;
|
|
|
+ font-size: 14px;
|
|
|
+ font-style: normal;
|
|
|
+ -webkit-font-smoothing: antialiased;
|
|
|
+ width: inherit;
|
|
|
+ height: inherit;
|
|
|
+ border: inherit;
|
|
|
+ font-weight: bold;
|
|
|
+ text-shadow: -1px 0px 0 #333;
|
|
|
+ margin-right: 3px !important;
|
|
|
+}
|
|
|
+.el-tree-node__content{
|
|
|
+ line-height: 30px;
|
|
|
+ height: 30px;
|
|
|
+}
|
|
|
+.el-tree-node__expand-icon.is-leaf{
|
|
|
+ visibility: hidden;
|
|
|
+}
|
|
|
+.el-tree-node__expand-icon:before{
|
|
|
+ content: "\E621";
|
|
|
+}
|
|
|
#goods-list-fragment{
|
|
|
font-family: "Microsoft Yahei", "微软雅黑";
|
|
|
}
|