Commit b4a9f71e by crushh

update: dist

parent e8925215
...@@ -85,12 +85,6 @@ module.exports = { ...@@ -85,12 +85,6 @@ module.exports = {
'^/haoban-app-aggregation-web/': '' '^/haoban-app-aggregation-web/': ''
} }
}, },
'/dmHbApi': {
target: 'https://haoban.gicdev.com',
changeOrigin: true,
pathRewrite: {
'^/dmHbApi': ''
}
},
} }
} }
...@@ -387,6 +387,9 @@ export default { ...@@ -387,6 +387,9 @@ export default {
}; };
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
>>> .el-select .el-input .el-input__suffix i:nth-child(2){
display: none;
}
.select-search { .select-search {
width: 100%; width: 100%;
// padding: 0 10px; // padding: 0 10px;
......
...@@ -486,9 +486,6 @@ export default { ...@@ -486,9 +486,6 @@ export default {
height: 100%; height: 100%;
.daily-set-content { .daily-set-content {
padding: 20px; padding: 20px;
.table-condition-left {
font-size: 0;
}
} }
.depart-item-content { .depart-item-content {
width: 213px; width: 213px;
......
...@@ -476,9 +476,6 @@ export default { ...@@ -476,9 +476,6 @@ export default {
.daily-set-content { .daily-set-content {
padding: 20px; padding: 20px;
box-sizing: border-box; box-sizing: border-box;
.table-condition-left {
font-size: 0;
}
} }
.depart-item-content { .depart-item-content {
width: 213px; width: 213px;
......
...@@ -477,9 +477,7 @@ export default { ...@@ -477,9 +477,7 @@ export default {
.daily-set-content { .daily-set-content {
padding: 20px; padding: 20px;
box-sizing: border-box; box-sizing: border-box;
.table-condition-left {
font-size: 0;
}
.image-wrap { .image-wrap {
width: 40px; width: 40px;
height: 40px; height: 40px;
......
...@@ -1341,6 +1341,7 @@ button.el-button--primary.is-plain:focus { ...@@ -1341,6 +1341,7 @@ button.el-button--primary.is-plain:focus {
.material-body .el-textarea .el-textarea__inner { .material-body .el-textarea .el-textarea__inner {
height: 273px; height: 273px;
} }
.el-input .el-input__suffix i:nth-child(2) { .el-input .el-input__suffix i:nth-child(2) {
display: none; 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