|
@@ -50,7 +50,7 @@
|
|
|
<div class="scroll-wrap">
|
|
|
<el-tree
|
|
|
ref="treeRef"
|
|
|
- class="target_tree"
|
|
|
+ class="target_tree word-wrap"
|
|
|
:data="classifyList"
|
|
|
node-key="ClassifyId"
|
|
|
:props="{
|
|
@@ -389,6 +389,7 @@ export default {
|
|
|
</script>
|
|
|
<style lang="scss">
|
|
|
@import "../css/customtree.scss";
|
|
|
+@import "../css/baseTargetPage.scss";
|
|
|
.smmTarget-dialog-cont {
|
|
|
.el-cascader {
|
|
|
.el-input {
|
|
@@ -409,9 +410,9 @@ export default {
|
|
|
box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.05);
|
|
|
border-radius: 4px;
|
|
|
}
|
|
|
- div::-webkit-scrollbar {
|
|
|
+/* div::-webkit-scrollbar {
|
|
|
width: 5px !important;
|
|
|
- }
|
|
|
+ } */
|
|
|
.left-cont {
|
|
|
min-width: 300px;
|
|
|
width: 300px;
|
|
@@ -423,9 +424,10 @@ export default {
|
|
|
padding: 0 20px;
|
|
|
}
|
|
|
.scroll-wrap {
|
|
|
- padding: 0 10px;
|
|
|
+ padding: 0 20px;
|
|
|
height: calc(100vh - 280px);
|
|
|
overflow-y: auto;
|
|
|
+ margin-right: 20px;
|
|
|
.target_tree {
|
|
|
color: #333;
|
|
|
.label-input .el-input__inner {
|