@@ -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; */
@@ -7,6 +7,7 @@
<el-cascader
v-model="cascaderValue"
:options="cameraTree"
+ :show-all-levels="false"
:props="{
expandTrigger: 'hover',
}"