@@ -57,12 +57,10 @@ input {
td {
vertical-align: inherit;
}
-.el-popper {
- /* padding: 10px !important; */
-}
+
.el-popper.is-light {
border: none !important;
- margin-top: -20px;
+ margin-top: -10px;
background: none !important;
/* width: 200px; */
@@ -18,6 +18,7 @@
<el-cascader
v-model="cascaderValue"
:options="cameraTree"
+ :show-all-levels="false"
:props="{
expandTrigger: 'hover',
}"
@@ -152,7 +153,7 @@ const cameraTree = ref([
},
])
function handleCascaderChange(e) {
- console.log(e)
+ console.log('多选切换', e, cascaderValue.value)
const keyword = ref('')