Commit db9db614 by member

重置了饿了么的样式

parent eb36fbfe
File deleted
......@@ -93,8 +93,8 @@
<style scoped>
.gic-form-item{
width: 100%;
height: 40px;
line-height: 40px;
height: 32px;
line-height: 32px;
overflow: hidden;
display: flex;
border: 1px solid #dcdfe6;
......
......@@ -47,7 +47,7 @@ Vue.axios.interceptors.response.use(
const CODE = response.data.errorCode;
switch(CODE) {
case 401:
window.location.href = `${window.origin}/gic-web`;
window.location.href = `${window.origin}/gic-web/#/`;
break;
}
return response;
......
......@@ -530,3 +530,6 @@ p {
display: inline-block;
vertical-align: top;
}
.el-table th>.cell:first-child {
padding-left: 14px;
}
\ No newline at end of file
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