@@ -78,6 +78,7 @@ export default {
</script>
<style lang="less" scoped>
.cascader-container {
+ margin-bottom: 0;
/deep/ .el-cascader {
width: 89%;
display: block;
@@ -686,7 +686,7 @@ export default {
.flex-around {
display: flex;
justify-content: space-around;
- margin-bottom: 5px;
+ // margin-bottom: 5px;
width: 100%;
overflow: hidden;
.point-despoint {