Commit e9aca377 by tangyufeng

解决报错

parent 6e32017a
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -30,7 +30,8 @@ ...@@ -30,7 +30,8 @@
"sessionstorage": "^0.1.0", "sessionstorage": "^0.1.0",
"vue-router": "^3.3.2", "vue-router": "^3.3.2",
"vue-template-compiler": "^2.6.11", "vue-template-compiler": "^2.6.11",
"vuex": "^3.4.0" "vuex": "^3.4.0",
"uuid": "^3.4.0"
}, },
"eslintConfig": { "eslintConfig": {
"root": true, "root": true,
......
...@@ -21,7 +21,8 @@ import "element-ui/lib/theme-chalk/index.css"; ...@@ -21,7 +21,8 @@ import "element-ui/lib/theme-chalk/index.css";
Vue.use(ElementUI); Vue.use(ElementUI);
import VueCompositionApi from "@vue/composition-api"; import VueCompositionApi from "@vue/composition-api";
const uuid4 = require("uuid/v4");
Vue.prototype.$uuid = uuid4;
Vue.use(VueCompositionApi); Vue.use(VueCompositionApi);
//引入 dayjs //引入 dayjs
import dayjs from "dayjs"; import dayjs from "dayjs";
......
@import "../../mixin.scss"; @import "../../mixin.scss";
// 1024 // 1024
@media screen and (min-width: 769px) and (max-width: 1024px) { @media screen and (min-width: 769px) and (max-width: 1024px) {
.Entrypath { .Entrypath {
&_top { &_top {
&_left { &_left {
&_t1 { &_t1 {
span { span {
width: 50% !important; width: 50% !important;
} }
} }
&_t2 {
span { &_t2 {
width: 50% !important; span {
} width: 50% !important;
} }
&_t3 { }
span {
width: 50% !important; &_t3 {
} span {
width: 50% !important;
}
}
}
} }
}
} &_table {
&_table { &_lefttab {
&_lefttab { &_select {
&_select { flex-direction: column !important;
flex-direction: column !important;
&_inp {
&_inp { width: 100% !important;
width: 100% !important; }
}
&_chack { &_chack {
width: 100% !important; width: 100% !important;
} }
}
}
} }
}
} }
}
} }
//1280 //1280
@media screen and (max-width: 1280px) { @media screen and (max-width: 1280px) {
.Entrypath { .Entrypath {
&_top { &_top {
&_left { &_left {
&_t1 { &_t1 {
span { span {
width: 50% !important; width: 50% !important;
} }
} }
&_t2 {
span { &_t2 {
width: 50% !important; span {
} width: 50% !important;
} }
&_t3 { }
span {
width: 50% !important; &_t3 {
} span {
width: 50% !important;
}
}
}
} }
}
} &_table {
&_table { &_lefttab {
&_lefttab { &_select {
&_select { flex-direction: column !important;
flex-direction: column !important;
&_inp {
&_inp { width: 100% !important;
width: 100% !important; }
}
&_chack { &_chack {
width: 100% !important; width: 100% !important;
} }
}
}
} }
}
} }
}
} }
// 1366px // 1366px
@media screen and (min-width: 1366px) and(max-width:1439px) { @media screen and (min-width: 1366px) and (max-width:1439px) {
.Entrypath { .Entrypath {
&_top { &_top {
&_left { &_left {
&_t1 { &_t1 {
span { span {
width: 50% !important; width: 50% !important;
} }
} }
&_t2 {
span { &_t2 {
width: 50% !important; span {
} width: 50% !important;
} }
&_t3 { }
span {
width: 50% !important; &_t3 {
} span {
width: 50% !important;
}
}
}
} }
}
} &_table {
&_table { &_lefttab {
&_lefttab { &_select {
&_select { &_inp {
&_inp { span {
span { width: 54% !important;
width: 54% !important; }
}
}
} }
}
} }
}
} }
}
} }
//1600 //1600
@media screen and (min-width: 1600px) and(max-width:1919px) { @media screen and (min-width: 1600px) and (max-width:1919px) {
.Entrypath { .Entrypath {
&_table { &_table {
&_lefttab { &_lefttab {
&_select { &_select {
&_inp { &_inp {
span { span {
width: 54% !important; width: 54% !important;
}
}
}
} }
}
} }
}
} }
} }
} \ No newline at end of file
...@@ -129,7 +129,7 @@ ...@@ -129,7 +129,7 @@
} }
// 1366px // 1366px
@media screen and (min-width: 1366px) and(max-width:1439px) { @media screen and (min-width: 1366px) and (max-width:1439px) {
.outClinicalpathway { .outClinicalpathway {
&_top { &_top {
&_left { &_left {
...@@ -178,7 +178,7 @@ ...@@ -178,7 +178,7 @@
} }
//1400 //1400
@media screen and (min-width: 1440px) and(max-width:1599px) { @media screen and (min-width: 1440px) and (max-width:1599px) {
.outClinicalpathway { .outClinicalpathway {
&_top { &_top {
&_left { &_left {
...@@ -227,7 +227,7 @@ ...@@ -227,7 +227,7 @@
} }
//1600 //1600
@media screen and (min-width: 1600px) and(max-width:1919px) { @media screen and (min-width: 1600px) and (max-width:1919px) {
.outClinicalpathway { .outClinicalpathway {
&_top { &_top {
&_left { &_left {
......
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