提交 132a25cc 编写于 作者: xinglee23's avatar xinglee23

feat: update prettier

上级 19d5273b
......@@ -253,7 +253,6 @@ export default {
</script>
<style lang="scss">
/*// @import './style/common';*/
@import './style/global';
@import './style/mixin.scss';
.router-fade-enter-active,
......
......@@ -138,7 +138,7 @@ export default {
height: 300px;
}
.rc-cropper__iconCrop {
position: absolute; /*// left: 46%;*/
position: absolute;
right: 13%;
top: 15%;
}
......
......@@ -125,9 +125,21 @@ export default {
</script>
<style lang="scss" scoped>
/*// .rc-cropper*/{/*// position: relative;*//*// margin-top: 10px;*//*// img {*/
// width: 100%;
// height: 100%;
// }
//}.rc-cropper__canvasCrop2{width:800px;height:540px}.rc-cropper__iconCrop{position:absolute;left:46%;top:10%}.el-tooltip{margin:20px 4px;display:block;z-index:10000}
{
/*// width: 100%;*/ /*// height: 100%;*/ /*//*/
} /*//}.rc-cropper__canvasCrop2*/
{
width: 800px;
height: 540px;
}
.rc-cropper__iconCrop {
position: absolute;
left: 46%;
top: 10%;
}
.el-tooltip {
margin: 20px 4px;
display: block;
z-index: 10000;
}
</style>
......@@ -154,9 +154,7 @@ export default {
</script>
<style lang="scss" scoped>
/*// .rc-cropper*/
{
/*// margin-left: 20px;*/ /*//*/
}
.rc-cropper__canvasCrop1 {
width: 800px;
......@@ -167,7 +165,7 @@ export default {
height: 300px;
}
.rc-cropper__iconCrop {
position: absolute; /*// left: 46%;*/
position: absolute;
right: 13%;
top: 15%;
}
......
......@@ -253,9 +253,7 @@ export default {
</script>
<style lang="scss" scoped>
/*// .rc-cropper*/
{
/*// margin-left: 20px;*/ /*//*/
}
.rc-cropper__canvasCrop1 {
width: 800px;
......@@ -266,7 +264,7 @@ export default {
height: 300px;
}
.rc-cropper__iconCrop {
position: absolute; /*// left: 46%;*/
position: absolute;
right: 45%;
top: 91%;
}
......
......@@ -334,7 +334,7 @@
size="small"
style="width: 360px"
class="inline-input"
v-model="
v-model:value="
formData.courseCustomDoctorModels[0].courseDoctorName
"
placeholder="请输入内容"
......
......@@ -66,8 +66,8 @@ export default {
</script>
<style lang="scss" scoped>
/*// @import "pdfh5/css/pdfh5.css";*/
// *{/*// padding: 0;*//*// margin: 0;*//*//*/}/*// html,*/
// body,
// #app{/*// width: 100%;*//*// height: 100%;*//*//*/}
/*// **/
{
} /*// body,*/
// #app{}
</style>
......@@ -80,5 +80,3 @@ export default {
emits: ['close'],
}
</script>
<style lang="scss" scoped></style>
......@@ -98,5 +98,3 @@ export default {
emits: ['close'],
}
</script>
<style lang="scss" scoped></style>
......@@ -104,5 +104,3 @@ export default {
emits: ['checkInfo', 'close'],
}
</script>
<style lang="scss" scoped></style>
......@@ -269,7 +269,10 @@ export default {
</script>
<style lang="less" scoped>
.course-list-wrapper{padding:0 30px;/*// min-width: 1180px;*/min-width:1136px;/*// max-width: 1600px;*/.course-header {
.course-list-wrapper {
padding: 0 30px;
min-width: 1136px;
.course-header {
// position: relative;
// top: 0;
// left: 0;
......@@ -374,7 +377,7 @@ export default {
}
&.course-checked {
&::before {
content: "";
content: '';
position: absolute;
top: 0;
left: 0;
......@@ -430,7 +433,7 @@ export default {
color: #999999;
.section-num::before,
.exam-num::before {
content: "";
content: '';
position: relative;
top: 2.5px;
left: 0;
......@@ -489,9 +492,9 @@ export default {
flex-direction: column;
justify-content: center;
align-items: center;
background:rgba(248,249,250,1);
border-radius:4px;
border: 1px dashed rgba(228,231,237,1);
background: rgba(248, 249, 250, 1);
border-radius: 4px;
border: 1px dashed rgba(228, 231, 237, 1);
cursor: pointer;
img {
width: 16px;
......@@ -537,5 +540,6 @@ export default {
z-index: 2;
color: #999999;
}
}}
}
}
</style>
......@@ -294,7 +294,9 @@ export default {
</script>
<style lang="less" scoped>
.custom-select-wrapper{/*// width: 1090px;*/user-select:none;.department-label {
.custom-select-wrapper {
user-select: none;
.department-label {
display: flex;
flex-direction: row;
height: 48px;
......@@ -343,7 +345,18 @@ export default {
.split.acitve {
display: none;
}
}}.subject-level{min-width:1300px;display:flex;flex-direction:row;box-sizing:content-box;height:56px;line-height:56px;padding-left:20px;/*// margin: 16px 0 16px 20px;*/border-bottom:1px dotted #e4e7ed;.title {
}
}
.subject-level {
min-width: 1300px;
display: flex;
flex-direction: row;
box-sizing: content-box;
height: 56px;
line-height: 56px;
padding-left: 20px;
border-bottom: 1px dotted #e4e7ed;
.title {
display: inline-block;
padding: 0 10px;
color: #999999;
......@@ -369,7 +382,17 @@ export default {
// background: #449284;
}
}
}}.course-level{display:flex;flex-direction:row;box-sizing:content-box;height:56px;line-height:56px;padding-left:20px;/*// margin: 16px 0 16px 20px;*/border-bottom:1px dotted #e4e7ed;.title {
}
}
.course-level {
display: flex;
flex-direction: row;
box-sizing: content-box;
height: 56px;
line-height: 56px;
padding-left: 20px;
border-bottom: 1px dotted #e4e7ed;
.title {
display: inline-block;
padding: 0 10px;
color: #999999;
......@@ -390,7 +413,15 @@ export default {
background: #449284;
}
}
}}.course-class{display:flex;flex-direction:row;box-sizing:content-box;padding:10px 20px;/*// padding-left: 20px;*//*// margin: 16px 0 16px 20px;*/border-bottom:1px dashed #e4e7ed;.title {
}
}
.course-class {
display: flex;
flex-direction: row;
box-sizing: content-box;
padding: 10px 20px;
border-bottom: 1px dashed #e4e7ed;
.title {
height: 56px;
line-height: 56px;
display: inline-block;
......@@ -447,5 +478,14 @@ export default {
.el-checkbox {
height: 30px;
line-height: 30px;
}}.button-wrapper{display:flex;flex-direction:row;justify-content:flex-end;margin-top:20px;/*// margin-right: 30px;*/padding-right:30px;min-width:1125px}
}
}
.button-wrapper {
display: flex;
flex-direction: row;
justify-content: flex-end;
margin-top: 20px;
padding-right: 30px;
min-width: 1125px;
}
</style>
......@@ -299,7 +299,9 @@ export default {
</script>
<style lang="less" scoped>
.custom-select-wrapper{/*// width: 1090px;*/user-select:none;.department-label {
.custom-select-wrapper {
user-select: none;
.department-label {
display: flex;
flex-direction: row;
height: 48px;
......@@ -348,7 +350,18 @@ export default {
.split.acitve {
display: none;
}
}}.subject-level{min-width:1300px;display:flex;flex-direction:row;box-sizing:content-box;height:56px;line-height:56px;padding-left:20px;/*// margin: 16px 0 16px 20px;*/border-bottom:1px dotted #e4e7ed;.title {
}
}
.subject-level {
min-width: 1300px;
display: flex;
flex-direction: row;
box-sizing: content-box;
height: 56px;
line-height: 56px;
padding-left: 20px;
border-bottom: 1px dotted #e4e7ed;
.title {
display: inline-block;
padding: 0 10px;
color: #999999;
......@@ -374,7 +387,17 @@ export default {
// background: #449284;
}
}
}}.course-level{display:flex;flex-direction:row;box-sizing:content-box;height:56px;line-height:56px;padding-left:20px;/*// margin: 16px 0 16px 20px;*/border-bottom:1px dotted #e4e7ed;.title {
}
}
.course-level {
display: flex;
flex-direction: row;
box-sizing: content-box;
height: 56px;
line-height: 56px;
padding-left: 20px;
border-bottom: 1px dotted #e4e7ed;
.title {
display: inline-block;
padding: 0 10px;
color: #999999;
......@@ -395,7 +418,15 @@ export default {
background: #449284;
}
}
}}.course-class{display:flex;flex-direction:row;box-sizing:content-box;padding:10px 20px;/*// padding-left: 20px;*//*// margin: 16px 0 16px 20px;*/border-bottom:1px dashed #e4e7ed;.title {
}
}
.course-class {
display: flex;
flex-direction: row;
box-sizing: content-box;
padding: 10px 20px;
border-bottom: 1px dashed #e4e7ed;
.title {
height: 56px;
line-height: 56px;
display: inline-block;
......@@ -452,5 +483,14 @@ export default {
.el-checkbox {
height: 30px;
line-height: 30px;
}}.button-wrapper{display:flex;flex-direction:row;justify-content:flex-end;margin-top:20px;/*// margin-right: 30px;*/padding-right:30px;min-width:1125px}
}
}
.button-wrapper {
display: flex;
flex-direction: row;
justify-content: flex-end;
margin-top: 20px;
padding-right: 30px;
min-width: 1125px;
}
</style>
......@@ -299,8 +299,7 @@ export default {
</script>
<style lang="less" scoped>
.custom-select-wrapper {
font-size: 14px; /*// width: 1090px;*/user-select:none;.department-label {
.custom-select-wrapper{font-size:14px;user-select:none;.department-label {
display: flex;
flex-direction: row;
height: 48px;
......@@ -375,37 +374,7 @@ export default {
color: #fff;
}
}
}}.course-level{display:flex;flex-direction:row;box-sizing:content-box;height:56px;line-height:56px;padding-left:20px;/*/
/margin: 16px 0 16px 20px;
/border-bottom: 1px dotted #e4e7ed;
.title {
display: inline-block;
padding: 0 10px;
color: #999999;
}
.item {
cursor: pointer;
display: inline-block;
margin: 0 5px;
color: #333333;
.name {
height: 26px;
line-height: 26px;
display: inline-block;
padding: 0px 10px;
border-radius: 2px;
&.active {
color: #fff;
background: #449284;
}
}
}
}
.course-class {
display: flex;
flex-direction: row;
box-sizing: content-box;
padding: 10px 20px; /*// padding-left: 20px;*//*// margin: 16px 0 16px 20px;*/border-bottom:1px dashed #e4e7ed;.title {
}}.course-level{display:flex;flex-direction:row;box-sizing:content-box;height:56px;line-height:56px;padding-left:20px;/ padding-left: 20px;*//*// margin: 16px 0 16px 20px;*/border-bottom:1px dashed #e4e7ed;.title {
height: 56px;
line-height: 56px;
display: inline-block;
......@@ -462,9 +431,5 @@ export default {
.el-checkbox {
height: 30px;
line-height: 30px;
}}.button-wrapper{display:flex;flex-direction:row;justify-content:flex-end;margin-top:20px;/*/
/margin-right: 30px;
*/padding-right: 30px;
min-width: 1125px;
}
}}.button-wrapper{display:flex;flex-direction:row;justify-content:flex-end;margin-top:20px;padding-right:30px;min-width:1125px}
</style>
......@@ -294,8 +294,7 @@ export default {
</script>
<style lang="less" scoped>
.custom-select-wrapper {
font-size: 14px; /*// width: 1090px;*/user-select:none;.department-label {
.custom-select-wrapper{font-size:14px;user-select:none;.department-label {
display: flex;
flex-direction: row;
height: 48px;
......@@ -393,74 +392,6 @@ export default {
background: #449284;
}
}
}}.course-class{display:flex;flex-direction:row;box-sizing:content-box;padding:10px 20px;/*/
/padding-left: 20px;
/border-bottom: 1px dashed #e4e7ed;
.title {
height: 56px;
line-height: 56px;
display: inline-block;
padding: 0 10px;
color: #999999;
}
.item {
cursor: pointer;
height: 56px;
line-height: 56px;
display: inline-block;
margin: 0 5px;
color: #333333;
.name {
height: 26px;
line-height: 26px;
display: inline-block;
padding: 0px 10px;
border-radius: 2px;
margin-right: 16px;
&.active {
color: #fff;
background: #449284;
}
}
}
.check-list {
display: flex;
flex-direction: row;
flex-wrap: wrap;
margin-top: 14px;
margin-right: 40px;
flex: 1;
.sub-item {
cursor: pointer;
display: flex;
flex-direction: row;
align-items: center;
height: 30px;
line-height: 30px;
font-size: 14px;
color: #333333;
margin-right: 30px;
img {
width: 16px;
height: 16px;
margin-right: 5px;
}
&.active {
color: #449284;
}
}
}
.el-checkbox {
height: 30px;
line-height: 30px;
}
}
.button-wrapper {
display: flex;
flex-direction: row;
justify-content: flex-end;
margin-top: 20px; /*// margin-right: 30px;*/
padding-right: 30px;
min-width: 1125px;
}
}}.course-class{display:flex;flex-direction:row;box-sizing:content-box;padding:10px 20px;/ margin-right: 30px;*/
padding-right: 30px;min-width:1125px}
</style>
......@@ -48,9 +48,12 @@ export default {
</script>
<style lang="less" scoped>
.select-course-wrapper{/*// min-width: 1125px;*/min-width:1300px;.top-line {
.select-course-wrapper {
min-width: 1300px;
.top-line {
// width: 120%;
height: 10px;
background: rgb(240, 242, 245);
}}
}
}
</style>
......@@ -92,7 +92,18 @@ export default {
</script>
<style lang="less" scoped>
.sorted-cart-wrapper{position:relative;top:0;left:0;z-index:1;font-family:PingFang SC!important;width:480px;height:790px;background:#fff;/*// box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);*/border:1px solid rgba(228,231,237,1);border-radius:4px;.mask {
.sorted-cart-wrapper {
position: relative;
top: 0;
left: 0;
z-index: 1;
font-family: PingFang SC !important;
width: 480px;
height: 790px;
background: #fff;
border: 1px solid rgba(228, 231, 237, 1);
border-radius: 4px;
.mask {
position: absolute;
top: 0;
left: 0;
......@@ -107,7 +118,7 @@ export default {
height: 70px;
padding: 0 15px;
background: #f9f9f9;
border-bottom: 1px solid #E4E7ED;
border-bottom: 1px solid #e4e7ed;
.title {
padding: 15px 0 28px 0;
height: 18px;
......@@ -149,7 +160,7 @@ export default {
left: 0;
bottom: -15px;
z-index: 1;
content: "";
content: '';
width: 100%;
// height: 1px;
// background: #e4e7ed;
......@@ -206,7 +217,7 @@ export default {
color: #999999;
.section-num::before,
.exam-num::before {
content: "";
content: '';
position: relative;
top: 2.5px;
left: 0;
......@@ -230,5 +241,6 @@ export default {
}
}
}
}}
}
}
</style>
......@@ -227,5 +227,3 @@ export default {
},
}
</script>
<style lang="scss" scoped></style>
......@@ -178,5 +178,3 @@ export default {
},
}
</script>
<style lang="scss" scoped></style>
......@@ -742,5 +742,3 @@ export default {
},
}
</script>
<style lang="scss" scoped></style>
......@@ -53,5 +53,3 @@ export default {
},
}
</script>
<style lang="scss" scoped></style>
......@@ -243,8 +243,6 @@ export default {
}
</script>
<style lang="scss" scoped></style>
<style lang="scss">
.form-template .screenSet {
margin: 88px 30px 0px;
......
......@@ -146,7 +146,7 @@ export default {
flex: 1;
width: 11%;
text-align: center;
height: 100px; /*// line-height: 100px;*/ /*// overflow: hidden;*/ /*// text-overflow:ellipsis;*/ /*// white-space: nowrap;*/
height: 100px;
align-items: center;
justify-content: center;
display: flex;
......
......@@ -52,7 +52,8 @@ if ('addEventListener' in document) {
}
const router = VueRouter.createRouter({
routes,
history: VueRouter.createWebHashHistory(),
routes: routes,
history: VueRouter.createWebHashHistory(),
strict: process.env.NODE_ENV !== 'production',
scrollBehavior(to, from, savedPosition) {
......
import * as Vue from 'vue'
import App from '../App'
import patientsRouters from './patients'
import followRouters from './follow'
const login = () => import('../views/login')
const login = Vue.defineAsyncComponent(() => import('../views/login'))
const home = () => import('../views/home')
const blank = () => import('../views/blank')
const itemManager = () => import('../views/education/item-manager.vue')
const itemComponent = () => import('../views/education/item-component.vue')
const createComponent = () => import('../views/education/create-component.vue')
const roleManager = () => import('../views/system/role.vue')
const circleLimit = () => import('../views/system/circle-limit.vue')
const addManager = () => import('../views/education/add-manager.vue')
const editManager = () => import('../views/education/edit-manager.vue')
const itemRole = () => import('../views/system/item-role.vue')
const msgPush = () => import('../views/msgpush/msg-push.vue')
const editCme = () => import('../views/education/edit-cme.vue')
const editProfessionalExam = () =>
import('../views/education/edit-professional-exam.vue')
const subjectManager = () => import('../views/education/subject-manager.vue')
const editSubject = () => import('../views/education/edit-subject.vue')
const reportDownload = () => import('../views/education/report-download.vue')
const teachingPopup = () => import('../views/education/teaching-popup.vue')
const editeachPopup = () => import('../views/education/editeach-popup.vue')
const home = Vue.defineAsyncComponent(() => import('../views/home'))
const blank = Vue.defineAsyncComponent(() => import('../views/blank'))
const itemManager = Vue.defineAsyncComponent(
() => import('../views/education/item-manager.vue')
)
const itemComponent = Vue.defineAsyncComponent(
() => import('../views/education/item-component.vue')
)
const createComponent = Vue.defineAsyncComponent(
() => import('../views/education/create-component.vue')
)
const roleManager = Vue.defineAsyncComponent(
() => import('../views/system/role.vue')
)
const circleLimit = Vue.defineAsyncComponent(
() => import('../views/system/circle-limit.vue')
)
const addManager = Vue.defineAsyncComponent(
() => import('../views/education/add-manager.vue')
)
const editManager = Vue.defineAsyncComponent(
() => import('../views/education/edit-manager.vue')
)
const itemRole = Vue.defineAsyncComponent(
() => import('../views/system/item-role.vue')
)
const msgPush = Vue.defineAsyncComponent(
() => import('../views/msgpush/msg-push.vue')
)
const editCme = Vue.defineAsyncComponent(
() => import('../views/education/edit-cme.vue')
)
const editProfessionalExam = Vue.defineAsyncComponent(
() => import('../views/education/edit-professional-exam.vue')
)
const subjectManager = Vue.defineAsyncComponent(
() => import('../views/education/subject-manager.vue')
)
const editSubject = Vue.defineAsyncComponent(
() => import('../views/education/edit-subject.vue')
)
const reportDownload = Vue.defineAsyncComponent(
() => import('../views/education/report-download.vue')
)
const teachingPopup = Vue.defineAsyncComponent(
() => import('../views/education/teaching-popup.vue')
)
const editeachPopup = Vue.defineAsyncComponent(
() => import('../views/education/editeach-popup.vue')
)
const reportLisOld = () => import('../views/learning-o/report-list.vue')
const itemListOld = () => import('../views/learning-o/item-list.vue')
const nameListOld = () => import('../views/learning-o/name-list.vue')
const dataAlignmentOld = () => import('../views/learning-o/data-alignment.vue')
const exportDownloadOld = () =>
import('../views/learning-o/export-download.vue')
const reportLisOld = Vue.defineAsyncComponent(
() => import('../views/learning-o/report-list.vue')
)
const itemListOld = Vue.defineAsyncComponent(
() => import('../views/learning-o/item-list.vue')
)
const nameListOld = Vue.defineAsyncComponent(
() => import('../views/learning-o/name-list.vue')
)
const dataAlignmentOld = Vue.defineAsyncComponent(
() => import('../views/learning-o/data-alignment.vue')
)
const exportDownloadOld = Vue.defineAsyncComponent(
() => import('../views/learning-o/export-download.vue')
)
const reportLis = () => import('../views/learning/report-list.vue')
const itemList = () => import('../views/learning/item-list.vue')
const nameList = () => import('../views/learning/name-list.vue')
const dataAlignment = () => import('../views/learning/data-alignment.vue')
const exportDownload = () => import('../views/learning/export-download.vue')
const reportLis = Vue.defineAsyncComponent(
() => import('../views/learning/report-list.vue')
)
const itemList = Vue.defineAsyncComponent(
() => import('../views/learning/item-list.vue')
)
const nameList = Vue.defineAsyncComponent(
() => import('../views/learning/name-list.vue')
)
const dataAlignment = Vue.defineAsyncComponent(
() => import('../views/learning/data-alignment.vue')
)
const exportDownload = Vue.defineAsyncComponent(
() => import('../views/learning/export-download.vue')
)
const itemShield = () => import('../views/education/item-shield.vue')
const entryManager = () => import('../views/education/entry-manager.vue')
const editEntry = () => import('../views/education/edit-entry.vue')
const editNotice = () => import('../views/education/edit-notice.vue')
const itemShield = Vue.defineAsyncComponent(
() => import('../views/education/item-shield.vue')
)
const entryManager = Vue.defineAsyncComponent(
() => import('../views/education/entry-manager.vue')
)
const editEntry = Vue.defineAsyncComponent(
() => import('../views/education/edit-entry.vue')
)
const editNotice = Vue.defineAsyncComponent(
() => import('../views/education/edit-notice.vue')
)
const creditManage = () => import('../views/cme/credit-manage.vue')
const reviewAccessManage = () => import('../views/cme/review-access-manage.vue')
const creditSendManage = () => import('../views/cme/credit-send-manage.vue')
const applyDetail = () => import('../views/cme/apply-detail.vue')
const creditManage = Vue.defineAsyncComponent(
() => import('../views/cme/credit-manage.vue')
)
const reviewAccessManage = Vue.defineAsyncComponent(
() => import('../views/cme/review-access-manage.vue')
)
const creditSendManage = Vue.defineAsyncComponent(
() => import('../views/cme/credit-send-manage.vue')
)
const applyDetail = Vue.defineAsyncComponent(
() => import('../views/cme/apply-detail.vue')
)
const templateManager = () => import('../views/education/template-manager.vue')
const templateEditor = () => import('../views/education/template-editor.vue')
const templateOpen = () => import('../views/education/template-open.vue')
const eduRole = () => import('../views/education/edu-role.vue')
const editCustom = () => import('../views/education/edit-custom.vue')
const externalResourceManage = () =>
import('../views/education/external-resource-manage.vue')
const auditCustomCourse = () =>
import('../views/education/audit-custom-course.vue')
const advertSimpleManage = () =>
import('../views/education/advert/advert-simple-manage.vue')
const editSimpleAdvert = () =>
import('../views/education/advert/edit-simple-advert.vue')
const templateManager = Vue.defineAsyncComponent(
() => import('../views/education/template-manager.vue')
)
const templateEditor = Vue.defineAsyncComponent(
() => import('../views/education/template-editor.vue')
)
const templateOpen = Vue.defineAsyncComponent(
() => import('../views/education/template-open.vue')
)
const eduRole = Vue.defineAsyncComponent(
() => import('../views/education/edu-role.vue')
)
const editCustom = Vue.defineAsyncComponent(
() => import('../views/education/edit-custom.vue')
)
const externalResourceManage = Vue.defineAsyncComponent(
() => import('../views/education/external-resource-manage.vue')
)
const auditCustomCourse = Vue.defineAsyncComponent(
() => import('../views/education/audit-custom-course.vue')
)
const advertSimpleManage = Vue.defineAsyncComponent(
() => import('../views/education/advert/advert-simple-manage.vue')
)
const editSimpleAdvert = Vue.defineAsyncComponent(
() => import('../views/education/advert/edit-simple-advert.vue')
)
const noticeEditor = () => import('../views/education/notice-editor.vue')
const noticeEditor = Vue.defineAsyncComponent(
() => import('../views/education/notice-editor.vue')
)
const activityManagement = () =>
import('../views/activitymanagement/activity-management.vue')
const createActivity = () =>
import('../views/activitymanagement/create-activity.vue')
const activityManagement = Vue.defineAsyncComponent(
() => import('../views/activitymanagement/activity-management.vue')
)
const createActivity = Vue.defineAsyncComponent(
() => import('../views/activitymanagement/create-activity.vue')
)
const yqRange = () => import('../views/yqrange/yq-range.vue')
const liveManage = () => import('../views/yqrange/live-manage.vue')
const roleManage = () => import('../views/yqrange/role-manage.vue')
const createRange = () => import('../views/yqrange/create-range.vue')
const rangeManage = () => import('../views/yqrange/range-manage.vue')
const editRange = () => import('../views/yqrange/edit-range.vue')
const createLive = () => import('../views/yqrange/create-live.vue')
const blackListManage = () => import('../views/yqrange/blacklist-manage.vue')
const adminManage = () => import('../views/yqrange/admin-manage.vue')
const rangeApply = () => import('../views/yqrange/range-apply.vue')
const yqRange = Vue.defineAsyncComponent(
() => import('../views/yqrange/yq-range.vue')
)
const liveManage = Vue.defineAsyncComponent(
() => import('../views/yqrange/live-manage.vue')
)
const roleManage = Vue.defineAsyncComponent(
() => import('../views/yqrange/role-manage.vue')
)
const createRange = Vue.defineAsyncComponent(
() => import('../views/yqrange/create-range.vue')
)
const rangeManage = Vue.defineAsyncComponent(
() => import('../views/yqrange/range-manage.vue')
)
const editRange = Vue.defineAsyncComponent(
() => import('../views/yqrange/edit-range.vue')
)
const createLive = Vue.defineAsyncComponent(
() => import('../views/yqrange/create-live.vue')
)
const blackListManage = Vue.defineAsyncComponent(
() => import('../views/yqrange/blacklist-manage.vue')
)
const adminManage = Vue.defineAsyncComponent(
() => import('../views/yqrange/admin-manage.vue')
)
const rangeApply = Vue.defineAsyncComponent(
() => import('../views/yqrange/range-apply.vue')
)
const shopList = () => import('../views/shop/shop-list.vue')
const createShop = () => import('../views/shop/create-shop.vue')
const goodsManage = () => import('../views/goods/goods-manage.vue')
const freightConfig = () => import('../views/freight/freight-config.vue')
const createGood = () => import('../views/goods/create-good.vue')
const createGoodNew = () => import('../views/goods/create-good-new.vue')
const orderManage = () => import('../views/goods/order-manage.vue')
const orderDetail = () => import('../views/goods/order-detail.vue')
const plazaList = () => import('../views/plaza/plaza-list.vue')
const activityMember = () =>
import('../views/activitymanagement/activity-member.vue')
const shopList = Vue.defineAsyncComponent(
() => import('../views/shop/shop-list.vue')
)
const createShop = Vue.defineAsyncComponent(
() => import('../views/shop/create-shop.vue')
)
const goodsManage = Vue.defineAsyncComponent(
() => import('../views/goods/goods-manage.vue')
)
const freightConfig = Vue.defineAsyncComponent(
() => import('../views/freight/freight-config.vue')
)
const createGood = Vue.defineAsyncComponent(
() => import('../views/goods/create-good.vue')
)
const createGoodNew = Vue.defineAsyncComponent(
() => import('../views/goods/create-good-new.vue')
)
const orderManage = Vue.defineAsyncComponent(
() => import('../views/goods/order-manage.vue')
)
const orderDetail = Vue.defineAsyncComponent(
() => import('../views/goods/order-detail.vue')
)
const plazaList = Vue.defineAsyncComponent(
() => import('../views/plaza/plaza-list.vue')
)
const activityMember = Vue.defineAsyncComponent(
() => import('../views/activitymanagement/activity-member.vue')
)
const videoManage = () => import('../views/shortvideo/video-manage.vue')
const qualificationList = () => import('../views/qualification/list.vue')
const qualificationDetail = () => import('../views/qualification/detail.vue')
const videoManage = Vue.defineAsyncComponent(
() => import('../views/shortvideo/video-manage.vue')
)
const qualificationList = Vue.defineAsyncComponent(
() => import('../views/qualification/list.vue')
)
const qualificationDetail = Vue.defineAsyncComponent(
() => import('../views/qualification/detail.vue')
)
export default [
{
......
......@@ -7,5 +7,3 @@ export default {
name: 'layout',
}
</script>
<style scoped></style>
......@@ -64,5 +64,3 @@ export default {
emits: ['closeFollowTime'],
}
</script>
<style scoped></style>
......@@ -153,8 +153,6 @@ export default {
}
</script>
<style scoped></style>
<style lang="scss" scoped>
.margin-top20 {
margin-top: 20px;
......
......@@ -7,5 +7,3 @@ export default {
name: 'layout',
}
</script>
<style scoped></style>
......@@ -111,5 +111,3 @@ export default {
emits: ['closeDialog', 'setMedication'],
}
</script>
<style lang="scss" scoped></style>
......@@ -7,5 +7,3 @@ export default {
name: 'layout',
}
</script>
<style scoped></style>
......@@ -7,5 +7,3 @@ export default {
name: 'layout',
}
</script>
<style scoped></style>
......@@ -2671,7 +2671,7 @@ export default {
}
.word-num {
font-size: 12px;
color: #999; /*// padding-top: 5px;*/
color: #999;
}
.line {
margin-left: 10px;
......@@ -2782,9 +2782,8 @@ export default {
float: left;
margin-right: 15px;
position: relative;
} /*//.el-input-number__increase*/
}
{
/*// right: 1px;*/ /*// border-radius: 0 4px 4px 0;*/ /*// border-left: 1px solid #449284;*/ /*//*/
}
.el-input-number__decrease,
.el-input-number__increase {
......
......@@ -168,7 +168,7 @@
</p>
<p class="total-price" v-if="showStatus == 4">
<span>应付:</span
><span>¥{{ orderDetailData.totalPrice | toFixed2 }}</span>
><span>¥{{ $filters.toFixed2(orderDetailData.totalPrice) }}</span>
</p>
<p class="total-price" v-else-if="showStatus == 5 || showStatus == 7">
<span>实付:</span><span>¥0.00</span>
......
......@@ -125,10 +125,10 @@ export default {
top: 0;
box-sizing: border-box;
height: 64px;
width: 100%; /*// z-index: 1000;*/
width: 100%;
font-size: 22px;
line-height: 64px;
color: #fff; /*// background-color: #242f42;*/
color: #fff;
.logo {
float: left;
width: 255px;
......
......@@ -251,7 +251,7 @@ export default {
<style lang="scss">
.part-in-wrap {
background: #fff;
overflow: hidden; /*// padding: 10px;*/
overflow: hidden;
.empty {
height: 300px;
line-height: 300px;
......
......@@ -440,7 +440,7 @@ export default {
<style lang="scss">
.crowd-analysis-wrap {
background: #f0f2f5;
overflow: hidden; /*// padding: 10px;*/
overflow: hidden;
overflow-x: auto;
.change-radio {
position: relative;
......
......@@ -1437,7 +1437,7 @@ export default {
}
.data-all-wrap {
background: #fff;
overflow: hidden; /*// padding: 10px;*/
overflow: hidden;
.change-radio {
position: absolute;
top: 0px;
......
......@@ -204,7 +204,7 @@ export default {
<style lang="scss" rel="stylesheet/scss">
.learning-effect {
background: #fff;
overflow: hidden; /*// padding: 10px;*/
overflow: hidden;
.spacing {
position: relative;
width: 100%;
......
......@@ -1131,11 +1131,8 @@ export default {
</script>
<style lang="scss">
/*// border-bottom: 1px solid rgba(39,0,8,0.1);*/
.my-ower::after{/*// border-bottom: 1px solid red;*/display:block;content:"";position:absolute;left:-40px;z-index:10000000;/*// margin-bottom: 10px;*/width:200%;border-bottom:1px solid rgba(39,0,8,0.1)!important}/*// .el-cascader-node.in-active-path,*/
// .el-cascader-node.is-active,
// .el-cascader-node.is-selectable.in-checked-path{/*// border-bottom: 1px solid rgba(39, 0, 8, 0.1) !important;*//*//*/}.el-cascader-menu:first-child{.el-cascader-node:first-child{
.my-ower::after{display:block;content:"";position:absolute;left:-40px;z-index:10000000;width:200%;border-bottom:1px solid rgba(39,0,8,0.1)!important}/*// .el-cascader-node.is-active,*/
// .el-cascader-node.is-selectable.in-checked-path{}.el-cascader-menu:first-child{.el-cascader-node:first-child{
height: 50px;
position: relative;
padding-top: 16px;
......
......@@ -251,7 +251,7 @@ export default {
<style lang="scss">
.part-in-wrap {
background: #fff;
overflow: hidden; /*// padding: 10px;*/
overflow: hidden;
.empty {
height: 300px;
line-height: 300px;
......
......@@ -5,5 +5,3 @@
<script>
export default {}
</script>
<style lang="scss" scoped></style>
......@@ -7,5 +7,3 @@ export default {
name: 'layout',
}
</script>
<style scoped></style>
......@@ -7,5 +7,3 @@ export default {
name: 'layout',
}
</script>
<style scoped></style>
......@@ -7,5 +7,3 @@ export default {
name: 'layout',
}
</script>
<style scoped></style>
......@@ -7,5 +7,3 @@ export default {
name: 'layout',
}
</script>
<style scoped></style>
......@@ -7,5 +7,3 @@ export default {
name: 'layout',
}
</script>
<style scoped></style>
......@@ -96,5 +96,3 @@ export default {
emits: ['close'],
}
</script>
<style lang="less" scoped></style>
......@@ -450,24 +450,24 @@ export default {
// display: inline-block;
vertical-align: middle;
}
} /*// 去掉表格单元格边框*/
}
.customer-table th {
border: none;
}
.customer-table td,
.customer-table th.is-leaf {
border: none;
} /*// 表格最外边框*/
}
.el-table--border,
.el-table--group {
border: none;
} /*// 头部边框*/
}
.customer-table thead tr th.is-leaf {
width: 0;
}
.customer-table thead tr th:nth-last-of-type(2) {
width: 0;
} /*// 表格最外层边框-底部边框*/
}
.el-table--border::after,
.el-table--group::after {
width: 0;
......@@ -478,7 +478,7 @@ export default {
.customer-table .el-table__fixed-right::before,
.el-table__fixed::before {
width: 0;
} /*// 表格有滚动时表格头边框*/
}
.el-table--border th.gutter:last-of-type {
width: 0;
}
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册