@@ -3,7 +3,7 @@
v-model="newValue"
:options="options"
:props="config"
- style="width: 300px;"
+ style="width: 100%;"
v-bind="$attrs"
></el-cascader>
</template>
@@ -5,6 +5,7 @@
:clearable="true"
@change="onChange"
+ style="width: 100%"
<!-- :show-all-levels="false" -->