diff --git a/.env.development b/.env.development index 7e290f0..0c46376 100644 --- a/.env.development +++ b/.env.development @@ -5,7 +5,7 @@ ENV = 'development' VUE_APP_BASE_API = '/prod-api' -VUE_APP_BASE_TARGET = 'http://192.168.0.229:9999' +VUE_APP_BASE_TARGET = 'http://192.168.0.129:9999' # VUE_APP_BASE_TARGET = 'http://192.168.0.129:9999' # VUE_APP_BASE_TARGET = 'http://172.16.36.180:9999' # VUE_APP_BASE_TARGET = 'http://172.16.36.176:9998' diff --git a/src/page/common/checkbox.vue b/src/page/common/checkbox.vue index 9e341b0..d7e5351 100644 --- a/src/page/common/checkbox.vue +++ b/src/page/common/checkbox.vue @@ -82,24 +82,22 @@ export default { display: none; } .checkbox >>> .el-checkbox { - width: 110px; + padding: 8px 10px !important; height: 34px !important; background: #ffffff; border: 1px solid #ebebeb; margin-right: 20px; margin-bottom: 10px; margin-left: 0px !important; - line-height: 34px; text-align: center; box-sizing: border-box; } .checkbox >>> .is-checked { background: #ecf3fd; - border: none; + border: 1px solid #ecf3fd !important; } .checkbox >>> .el-checkbox.is-bordered.el-checkbox--medium { border-radius: 2px; - padding: 0; } .checkbox >>> .el-checkbox__label { padding: unset; diff --git a/src/page/homepage/crowdsourcing/crowd.vue b/src/page/homepage/crowdsourcing/crowd.vue index 8a66930..69481d3 100644 --- a/src/page/homepage/crowdsourcing/crowd.vue +++ b/src/page/homepage/crowdsourcing/crowd.vue @@ -10,92 +10,104 @@ src="/assets/home/zhbao1.png" alt="" /> +