|
@@ -11,7 +11,7 @@
|
|
<dictionary
|
|
<dictionary
|
|
v-if="albumOpt.length > 1"
|
|
v-if="albumOpt.length > 1"
|
|
class="albumOpt"
|
|
class="albumOpt"
|
|
- :popper-class="'classTypePopper'"
|
|
|
|
|
|
+ :popper-class="'classTypePopperAlbum'"
|
|
v-model="albumId"
|
|
v-model="albumId"
|
|
:width="200"
|
|
:width="200"
|
|
:height="40"
|
|
:height="40"
|
|
@@ -313,4 +313,10 @@ function handleClick(id: string) {
|
|
min-width: auto;
|
|
min-width: auto;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
+.classTypePopperAlbum.el-cascader__dropdown.el-popper {
|
|
|
|
+ .el-cascader-menu {
|
|
|
|
+ width: 200px;
|
|
|
|
+ min-width: auto;
|
|
|
|
+ }
|
|
|
|
+}
|
|
</style>
|
|
</style>
|