Commit b4a9f71e by crushh

update: dist

parent e8925215
......@@ -85,12 +85,6 @@ module.exports = {
'^/haoban-app-aggregation-web/': ''
}
},
'/dmHbApi': {
target: 'https://haoban.gicdev.com',
changeOrigin: true,
pathRewrite: {
'^/dmHbApi': ''
}
},
}
}
......@@ -387,6 +387,9 @@ export default {
};
</script>
<style lang="scss" scoped>
>>> .el-select .el-input .el-input__suffix i:nth-child(2){
display: none;
}
.select-search {
width: 100%;
// padding: 0 10px;
......
......@@ -486,9 +486,6 @@ export default {
height: 100%;
.daily-set-content {
padding: 20px;
.table-condition-left {
font-size: 0;
}
}
.depart-item-content {
width: 213px;
......
......@@ -476,9 +476,6 @@ export default {
.daily-set-content {
padding: 20px;
box-sizing: border-box;
.table-condition-left {
font-size: 0;
}
}
.depart-item-content {
width: 213px;
......
......@@ -477,9 +477,7 @@ export default {
.daily-set-content {
padding: 20px;
box-sizing: border-box;
.table-condition-left {
font-size: 0;
}
.image-wrap {
width: 40px;
height: 40px;
......
......@@ -1341,6 +1341,7 @@ button.el-button--primary.is-plain:focus {
.material-body .el-textarea .el-textarea__inner {
height: 273px;
}
.el-input .el-input__suffix i:nth-child(2) {
display: none;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment