diff --git a/src/assets/scss/modules/visual/communityManage.css b/src/assets/scss/modules/visual/communityManage.css new file mode 100644 index 000000000..64b4e0b71 --- /dev/null +++ b/src/assets/scss/modules/visual/communityManage.css @@ -0,0 +1,42 @@ +.div_del { + position: absolute; + left: 10px; + bottom: 0; +} + +.div_search { + display: flex; +} + +.div_search .resi-cell { + display: flex; + align-items: center; +} + +.div_search .resi-cell .resi-cell-label { + width: 70px; + box-sizing: border-box; + margin-right: 15px; + text-align: right; +} + +.div_search .resi-cell .resi-cell-input { + width: 180px; +} + +.el-row { + /* margin-bottom: 20px; */ + display: flex; + flex-wrap: wrap; + margin-top: 10px; + margin-right: 50px; +} + +.setFormBoxHeight { + max-height: 99px; + overflow: hidden; +} + +.setFormBoxHeightAuto { + height: auto; +} diff --git a/src/assets/scss/modules/visual/communityManage.min.css b/src/assets/scss/modules/visual/communityManage.min.css new file mode 100644 index 000000000..0e774a493 --- /dev/null +++ b/src/assets/scss/modules/visual/communityManage.min.css @@ -0,0 +1 @@ +.div_del{position:absolute;left:10px;bottom:0}.div_search{display:flex}.div_search .resi-cell{display:flex;align-items:center}.div_search .resi-cell .resi-cell-label{width:70px;box-sizing:border-box;margin-right:15px;text-align:right}.div_search .resi-cell .resi-cell-input{width:180px}.el-row{display:flex;flex-wrap:wrap;margin-top:10px;margin-right:50px}.setFormBoxHeight{max-height:99px;overflow:hidden}.setFormBoxHeightAuto{max-height:auto} diff --git a/src/assets/scss/modules/visual/communityManage.scss b/src/assets/scss/modules/visual/communityManage.scss index d3d96abf3..237d311c7 100644 --- a/src/assets/scss/modules/visual/communityManage.scss +++ b/src/assets/scss/modules/visual/communityManage.scss @@ -7,7 +7,7 @@ } .div_search { display: flex; - + .resi-cell { display: flex; @@ -35,3 +35,10 @@ margin-top: 10px; margin-right: 50px; } +.setFormBoxHeight{ + max-height: 99px; + overflow: hidden; +} +.setFormBoxHeightAuto{ + height: auto; +} diff --git a/src/views/components/rangeInput.vue b/src/views/components/rangeInput.vue index 781d3f161..c735fee74 100644 --- a/src/views/components/rangeInput.vue +++ b/src/views/components/rangeInput.vue @@ -102,8 +102,9 @@ export default {