提交 19d5273b 编写于 作者: xinglee23's avatar xinglee23

feat: update prettier

上级 7a9343dc
......@@ -13,19 +13,16 @@ import 'element-ui/lib/theme-chalk/index.css'
//引入滚动加载分页
import infiniteScroll from 'vue-infinite-scroll'
import VueVideoPlayer from 'vue-video-player'
import { mixins } from '@/utils/mixins';
import { mixins } from '@/utils/mixins'
import 'video.js/dist/video-js.css'
// import pdf from 'vue-pdf'
window.$vueApp = Vue.createApp()
// const mixins = require('@/utils/mixins')
window.$vueApp.component('draggable', draggable)
// import '@/utils/toBlob';
window.$vueApp.use(infiniteScroll)
window.$vueApp.use(VueVideoPlayer)
// Vue.use(pdf);
......@@ -70,7 +67,6 @@ const router = VueRouter.createRouter({
},
})
router.beforeEach((to, from, next) => {
if (to.meta.checkAuth) {
utils.checkAuthFunc().then((res) => {
......@@ -97,8 +93,7 @@ router.beforeEach((to, from, next) => {
next()
})
console.log('mixins', mixins);
console.log('mixins', mixins)
// 加入混合
window.$vueApp.mixin(mixins)
......
......@@ -2,394 +2,403 @@ import App from '../App'
import patientsRouters from './patients'
import followRouters from './follow'
const login = () => import('../views/login');
const login = () => 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 = () => 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 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 = () => 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 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 = () => 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 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 = () => 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 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 = () => 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 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 = () => 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 noticeEditor = () => import('../views/education/notice-editor.vue');
const noticeEditor = () => import('../views/education/notice-editor.vue')
const activityManagement = () => import('../views/activitymanagement/activity-management.vue');
const createActivity = () => import('../views/activitymanagement/create-activity.vue');
const activityManagement = () =>
import('../views/activitymanagement/activity-management.vue')
const createActivity = () =>
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 = () => 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 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 = () => 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 videoManage = () => import('../views/shortvideo/video-manage.vue');
const qualificationList = () => import('../views/qualification/list.vue');
const qualificationDetail = () => import('../views/qualification/detail.vue');
const videoManage = () => import('../views/shortvideo/video-manage.vue')
const qualificationList = () => import('../views/qualification/list.vue')
const qualificationDetail = () => import('../views/qualification/detail.vue')
export default [
{
path: "/",
path: '/',
component: App,
children: [
{
path: "/login",
path: '/login',
component: login,
name: "loginPage",
name: 'loginPage',
},
{
path: "",
redirect: "/home",
path: '',
redirect: '/home',
},
{
path: "/index",
path: '/index',
component: home,
},
{
path: "/home",
path: '/home',
component: home,
},
{
path: "/blank",
path: '/blank',
component: blank,
},
{
path: "/item-manager",
path: '/item-manager',
component: itemManager,
},
{
path: "/add-manager",
path: '/add-manager',
component: addManager,
},
{
path: "/edit-manager",
path: '/edit-manager',
component: editManager,
},
{
path: "/edit-cme",
path: '/edit-cme',
component: editCme,
},
{
path: "/edit-professional-exam",
path: '/edit-professional-exam',
component: editProfessionalExam,
},
{
path: "/subject-manager",
path: '/subject-manager',
component: subjectManager,
},
{
path: "/report-download",
path: '/report-download',
component: reportDownload,
},
{
path: "/teaching-popup",
path: '/teaching-popup',
component: teachingPopup,
},
{
path: "/editeach-popup",
path: '/editeach-popup',
component: editeachPopup,
},
{
path: "/edit-subject",
path: '/edit-subject',
component: editSubject,
},
{
path: "/item-component",
path: '/item-component',
component: itemComponent,
},
{
path: "/role",
path: '/role',
component: roleManager,
},
{
path: "/circle-limit",
path: '/circle-limit',
component: circleLimit,
},
{
path: "/create-component",
path: '/create-component',
component: createComponent,
},
{
path: "/item-role",
path: '/item-role',
component: itemRole,
},
{
path: "/report-list",
path: '/report-list',
component: reportLis,
},
{
path: "/item-list",
path: '/item-list',
component: itemList,
},
{
path: "/data-alignment",
path: '/data-alignment',
component: dataAlignment,
},
{
path: "/name-list",
path: '/name-list',
component: nameList,
},
{
path: "/export-download",
path: '/export-download',
component: exportDownload,
},
{
path: "/report-list-old",
path: '/report-list-old',
component: reportLisOld,
},
{
path: "/item-list-old",
path: '/item-list-old',
component: itemListOld,
},
{
path: "/data-alignment-old",
path: '/data-alignment-old',
component: dataAlignmentOld,
},
{
path: "/name-list-old",
path: '/name-list-old',
component: nameListOld,
},
{
path: "/export-download-old",
path: '/export-download-old',
component: exportDownloadOld,
},
{
path: "/item-shield",
path: '/item-shield',
component: itemShield,
},
{
path: "/entry-manager",
path: '/entry-manager',
component: entryManager,
},
{
path: "/edit-entry",
path: '/edit-entry',
component: editEntry,
},
{
path: "/msg-push",
path: '/msg-push',
component: msgPush,
// redirect: 'msgpush/msg-push',
},
{
path: "/edit-notice",
path: '/edit-notice',
component: editNotice,
// redirect: 'msgpush/msg-push',
},
{
path: "/credit-manage",
path: '/credit-manage',
component: creditManage,
},
{
path: "/review-access-manage",
path: '/review-access-manage',
component: reviewAccessManage,
},
{
path: "/credit-send-manage",
path: '/credit-send-manage',
component: creditSendManage,
},
{
path: "/apply-detail",
path: '/apply-detail',
component: applyDetail,
},
{
path: "/template-manager",
path: '/template-manager',
component: templateManager,
},
{
path: "/template-editor",
path: '/template-editor',
component: templateEditor,
},
{
path: "/template-open",
path: '/template-open',
component: templateOpen,
},
{
path: "/edit-custom",
path: '/edit-custom',
component: editCustom,
},
{
path: "/edu-role",
path: '/edu-role',
component: eduRole,
},
{
path: "/notice-editor",
path: '/notice-editor',
component: noticeEditor,
},
{
path: "/yq-range",
path: '/yq-range',
component: yqRange,
},
{
path: "/activity-management",
path: '/activity-management',
component: activityManagement,
},
{
path: "/create-activity",
path: '/create-activity',
component: createActivity,
},
{
path: "/live-manage",
path: '/live-manage',
component: liveManage,
},
{
path: "/role-manage",
path: '/role-manage',
component: roleManage,
},
{
path: "/admin-manage",
path: '/admin-manage',
component: adminManage,
},
{
path: "/create-range",
path: '/create-range',
component: createRange,
},
{
path: "/range-manage",
path: '/range-manage',
component: rangeManage,
},
{
path: "/range-apply",
path: '/range-apply',
component: rangeApply,
},
{
path: "/create-live",
path: '/create-live',
component: createLive,
},
{
path: "/edit-range",
path: '/edit-range',
component: editRange,
},
{
path: "/blacklist-manage",
path: '/blacklist-manage',
component: blackListManage,
},
{
path: "/external-resource-manage",
path: '/external-resource-manage',
component: externalResourceManage,
},
{
path: "/audit-custom-course",
path: '/audit-custom-course',
component: auditCustomCourse,
},
{
path: "/advert-simple-manage",
path: '/advert-simple-manage',
component: advertSimpleManage,
},
{
path: "/edit-simple-advert",
path: '/edit-simple-advert',
component: editSimpleAdvert,
},
{
path: "/shop-list",
path: '/shop-list',
component: shopList,
},
{
path: "/create-shop",
path: '/create-shop',
component: createShop,
},
{
path: "/order-manage",
path: '/order-manage',
component: orderManage,
},
{
path: "/goods-manage",
path: '/goods-manage',
component: goodsManage,
},
{
path: "/freight-config",
path: '/freight-config',
component: freightConfig,
},
{
path: "/create-good",
path: '/create-good',
component: createGood,
},
{
path: "/create-good-new",
path: '/create-good-new',
component: createGoodNew,
},
{
path: "/order-detail",
path: '/order-detail',
component: orderDetail,
},
{
path: "/plaza-list",
path: '/plaza-list',
component: plazaList,
},
{
path: "/activity-member",
path: '/activity-member',
component: activityMember,
},
{
path: "video-manage",
path: 'video-manage',
component: videoManage,
},
{
path: "qualification-list",
path: 'qualification-list',
component: qualificationList,
},
{
path: "qualification-detail",
path: 'qualification-detail',
component: qualificationDetail,
},
// {
......@@ -402,4 +411,4 @@ export default [
patientsRouters,
],
},
];
]
/*重置单选按钮样式*/
.el-radio-button__orig-radio:checked+.el-radio-button__inner {
background-color: #449284;
border-color: #449284;
box-shadow: -1px 0 0 0 #449284;
}
.el-radio-button__inner:hover {
color: #449284;
}
/*重置输入框,选择框样式*/
.el-range-editor.is-active, .el-range-editor.is-active:hover, .el-select .el-input.is-focus .el-input__inner,.el-input__inner:focus{
border-color: #449284;
}
.el-select-dropdown__item.selected {
color: #449284;
}
.el-select .el-input__inner:focus {
border-color: #449284;
}
/*重置文字按钮样式*/
.el-button--text{
color: #606266;
}
.el-button--text:focus, .el-button--text:hover{
color: #449284;
}
/*重置朴素按钮样式——plain*/
.el-button.is-plain:focus, .el-button.is-plain:hover {
color: #449284;
border-color: #449284;
}
/*重置表格选择框*/
.el-checkbox__input.is-checked .el-checkbox__inner, .el-checkbox__input.is-indeterminate .el-checkbox__inner {
border-color: #449284;
background-color: #449284;
}
.el-checkbox__inner {
border-color: #DCDFE6!important;
}
.el-checkbox__input.is-focus,.el-checkbox__inner:hover,.el-checkbox__inner.is-focus {
border-color: #449284!important;
}
/*重置textarea聚焦样式*/
.el-textarea__inner:focus {
border-color: #449284!important;
}
/*.el-form-item .el-form-item__label{*/
/*font-size: 14px;*/
/*}*/
.el-message-box__content{
padding: 20px 15px;
}
.label-detail-wrap{
.err-text{
height: 12px;
visibility: hidden;
}
.special-error-tips{
.el-textarea__inner{
border: 1px solid red;
outline: none;
}
.err-text{
color: red;
visibility: visible;
}
}
.remove-btn{
color: #449284;
}
}
\ No newline at end of file
.label-detail-wrap{
.screenSet{
background: #fff;
padding: 30px;
display: flex;
flex-direction: column;
display: block;
}
.label-name{
width: 100%; height: 45px;
border-bottom: 1px solid #efefef;
font-size: 14px;
line-height: 32px;
color: #606266;
p{
display: inline-block;
&.name{
color: #93969c;
padding: 0 15px;
}
&.modify{
color: #449284;
cursor: pointer;
}
}
.delete-label{
float: right;
&:hover{
color: #fff;
background-color: #f56c6c;
border-color: #f56c6c;
}
}
}
.label-member{
width: 100%; height: 65px;
font-size: 14px;
color: #606266;
p{
display: inline-block;
line-height: 65px;
&.member-number{
padding: 0 15px;
color: #449284;
}
}
.right{
float: right;
padding-top: 16px;
}
}
.delete-tips{
text-align: center !important;
line-height: 29px;
padding: 0 20px;
}
.pagination-style{
text-align: right;
margin: 20px 0;
}
.table-empty{
width: 100%;
height: auto;
text-align: center;
margin-top: 20%;
.empty-pic{
width: 100px;
height: 100px;
display: block;
border: 0;
margin: 0 auto;
}
.tips{
font-size: 14px;
color: #909399;
line-height: 14px;
padding-bottom: 200px;
}
}
}
\ No newline at end of file
.label-list-wrap{
.el-form-item{
margin-bottom: 0;
.el-textarea{
position: relative;
}
.el-textarea__inner{
outline: none !important;
resize: none !important;
height: 80px;
}
&.special-error-tips{
.el-textarea__inner{
border: 1px solid #F56C6C !important;
outline: none;
resize: none;
}
.err-text{
display: block;
position: absolute;
left: 0;
top: 80px;
}
}
.err-text{
display: none;
color: #F56C6C;
font-size: 12px;
padding-top: 4px;
line-height: 12px;
}
}
}
\ No newline at end of file
.label-list-wrap{
.screenSet{
background: #fff;
padding: 30px;
display: flex;
flex-direction: column;
}
.top-title{
font-size: 20px;
padding-bottom: 20px;
border-bottom: 1px solid #efefef;
}
.label-name-row{
margin-top: 10px;
.right{
float: right;
.create-new-label{
float: right;
}
}
}
.total-label{
font-size: 12px; padding: 30px 0 10px;
}
.label-list{
width: 100%;
height: 100%;
background: #fff;
border: 1px solid #efefef;
border-radius: 4px;
overflow: hidden;
overflow-y: scroll;
padding: 20px 10px;
.each-label{
margin: 0 10px 10px 0;
color: #449284;
background: rgba(68,146,132, .1);
border: 1px solid rgba(68,146,132, .2);
&:hover{
color: #fff;
background: #449284;
cursor: pointer;
}
}
/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
&::-webkit-scrollbar
{
width: 5px;
height: 5px;
background-color: #fff;
}
/*定义滚动条轨道 内阴影+圆角*/
&::-webkit-scrollbar-track
{
// border-radius: 10px;
// background-color: rgb(241, 239, 239);
// background: #fff;
}
/*定义滑块 内阴影+圆角*/
&::-webkit-scrollbar-thumb
{
border-radius: 10px;
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
background-color: #bbb;
}
}
.table-empty{
width: 100%;
height: auto;
text-align: center;
.empty-pic{
width: 100px;
height: 100px;
display: block;
border: 0;
margin: 0 auto;
}
.tips{
font-size: 14px;
color: #909399;
}
}
}
.newly-increased-wrap{
.screenSet{
background: #fff;
padding: 30px;
display: flex;
display: block;
flex-direction: column;
&.upload-history-wrap{
margin: 0;
padding: 0;
.septal-line{
width: 100%;
height: 1px;
background: #EBEEF5;
}
}
}
.top-title{
font-size: 20px;
padding-bottom: 20px;
border-bottom: 1px solid #efefef;
}
.single-input{
background-color: #ffffff!important;
.save-and-add{
text-align: right;
}
}
.batch-import-wrap{
.el-upload-list{
display: none;
}
.upload-success-modal{
.el-dialog__body{
padding: 5px 25px 20px;
}
.tips{
text-align: center;
line-height: 25px;
i{
color: #449284;
}
}
}
.el-table__body-wrapper{
.el-table__row{
td:nth-child(1) .cell{
width: 100%;
text-overflow: ellipsis;
display: -webkit-box;
// -webkit-box-orient: vertical;
/*! autoprefixer: off */
-webkit-box-orient: vertical;
/* autoprefixer: on */
-webkit-line-clamp: 2;
overflow: hidden;
}
}
}
}
}
.newly-increased-wrap{
#msg{
width: 180px !important;
height: 180px !important;
padding: 10px;
}
.top-title{
border: 0 !important;
}
.screenSet{
background: #fff;
}
.upload-record{
width: 100%;
font-size: 20px;
line-height: 28px;
color: #1E2F3D;
background: #fff;
margin: 30px 0 24px;
}
.pagination-style{
text-align: right;
margin-top: 20px;
}
.tab-list{
flex: 1;
display: flex;
flex-direction: column;
display: block;
.choose-label-wrap{
.el-dialog__body{
padding: 0 25px 30px;
}
.under-title-tips{
font-size: 12px;
color: #595959;
text-align: center;
}
.row-in-line{
overflow: hidden;
margin-top: 35px;
.el-button, .tips{
display: inline-block;
}
.clear-select{
color: #449284;
border: 1px solid #449284;
&.is-disabled{
color: #c0c4cc !important;
background: #fff !important;
border: 1px solid #dcdfe6 !important;
opacity: 1;
}
}
.tips, .right{
float: right;
}
.tips{
line-height: 32px;
}
}
.list-wrap{
width: 100%;
height: 300px;
border: 1px solid #E4E7ED;
margin-top: 10px;
padding: 10px;
border-radius: 4px;
overflow: hidden;
overflow-y: scroll;
&::-webkit-scrollbar
{
width: 5px;
height: 5px;
background-color: #fff;
}
&::-webkit-scrollbar-thumb
{
border-radius: 10px;
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
background-color: #bbb;
}
.el-checkbox{
margin-right: 10px;
margin-left: 0;
margin-bottom: 10px;
.el-checkbox__input{
&.is-focus{
.el-checkbox__inner{
border-color: #DCDFE6;
}
}
}
&.is-checked{
border-color: #449284;
.el-checkbox__inner{
background-color: #449284;
border-color: #449284;
}
.el-checkbox__label{
color: #449284;
}
}
}
}
}
.reload-label-modal{
text-align: center;
.el-dialog__body{
padding: 0 25px 8px;
.tips{
text-align: center;
}
}
}
.download-qr-modal{
.qr-pic{
width: 200px;
height: 200px;
background: pink;
margin: 0 auto;
}
.exp-date{
line-height: 36px;
text-align: center;
color: #606060;
padding-bottom: 10px;
}
.choose-group{
text-align: center;
padding-bottom: 10px;
.title{
display: inline-block;
}
.el-select{
width: 350px;
}
}
.under-tips{
color: #a3a5aa;
font-size: 12px;
line-height: 20px;
text-align: center;
}
}
.el-tabs__item{
color: #303133;
font-weight: 600;
letter-spacing: 1px;
}
.el-tabs__active-bar{
background-color: #449284;
}
.el-tabs__content{
flex: 1;
overflow: hidden;
.el-tab-pane{
width: 100%;
height: 100%;
background: #fff;
overflow: hidden;
display: flex;
flex-direction: column;
.step-guide{
width: 100%;
background: #fff;
.guide-list{
width: 100%;
height: 237px;
margin-top: 15px;
.first{
width: 250px;
// width: 30%;
height: 200px;
float: left;
.procedure{
width: 100%; height: 20px;
.icon{
width: 20px;
height: 20px;
display: inline-block;
background: #449284;
border-radius: 20px;
text-align: center; line-height: 20px;
font-size: 12px; color: #fff;
}
.text{
display: inline-block;
font-size: 14px;
color: #262626;
font-weight: 600;
}
.border{
display: inline-block;
// width: 200px;
width: 60%;
height: 0px;
border-bottom: 1px solid #449284;
vertical-align: middle;
}
&::after{
content: '';
height: 100%;
display: inline-block;
vertical-align: middle;
}
}
.under-info{
padding-left: 25px;
.step-tips{
width: 100%;
font-size: 12px;
color: #595959;
margin: 8px 0 20px;
}
}
}
.second{
width: 350px;
// width: 40%;
.procedure{
.border{
// width: 250px;
width: 63%;
}
}
.under-info{
.fill-tips{
li{
font-size: 12px;
width: 300px;
line-height: 18px;
.tips-title{
display: inline-block;
color: #262626;
font-weight: 600;
&.notice{
color: #449284;
}
}
p{
display: inline;
color: #595959;
}
}
}
}
}
.third{
width: 300px;
// width: 30%;
.el-upload{
width: 260px;
height: 150px;
}
.el-upload-dragger{
width: 260px;
// width: 100%;
height: 150px;
}
}
}
}
.upload-table{
}
.el-table__body-wrapper{
&::-webkit-scrollbar
{
width: 5px;
height: 5px;
background-color: #fff;
}
&::-webkit-scrollbar-thumb
{
border-radius: 10px;
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
background-color: #bbb;
}
}
}
}
.qr-code-wrap{
background: #fff;
.qr-group{
width: 100%; height:auto;
overflow: hidden;
margin: 30px 0 40px;
.label-name{
display: inline-block;
font-size: 12px;
color: #8C8C8C;
}
.el-tag{
color: #449284;
background:rgba(236,244,242,1);
border:1px solid rgba(150,195,193,1);
margin: 0 0 10px 10px;
&.choose-group{
color: #666666;
background:rgba(255,255,255,1);
border:1px dashed rgba(217,217,217,1);
cursor: pointer;
}
}
}
.qr-pic-wrap{
width: 100%; height: auto;
.qr-box{
width: 200px;
margin: 0 auto;
text-align: center;
.pic{
background:rgba(240,242,245,1);
width: 200px; height: auto;
border: 0;
.qr-code-img{
width: 200px;
height: 200px;
overflow: hidden;
border: 0;
display: block;
}
border: 0;
.qr-download-btn{
color: #fff;
background: #449284;
width: 200px;
border: 0;
margin-top: -3px;
}
}
.time-limit{
width: 100%;
text-align: center;
color: #8C8C8C;
font-size: 12px;
line-height: 41px;
}
.refresh-btn{
color: #449284;
background:rgba(236,244,242,1);
border:1px solid rgba(150,195,193,1);
}
}
}
.border-space{
width: 100%;
height: 1px;
background: #EBEEF5;
margin-top: 30px;
}
.increased-steps-wrap{
overflow: hidden;
.label-title{
font-size: 20px;
color: #1E2F3D;
line-height: 28px;
margin: 30px 0 24px;
}
.flow-path{
// width: 100%;
height: 395px;
display: block;
border: 0;
margin-left: -20px;
}
}
}
}
}
/*重置tabs样式*/
.el-tabs__active-bar{
background-color: #449284!important;
}
.el-tabs__item:hover{
color: #449284;
}
.el-tabs__item.is-active{
color: #449284;
}
/*重置朴素按钮样式——plain*/
.el-button.is-plain:focus, .el-button.is-plain:hover {
color: #449284;
border-color: #449284;
}
/*恢复messageBox默认样式*/
.el-message-box {
width: 360px;
height: 220px;
}
.el-message-box__status+.el-message-box__message{
padding-left: 20px;
padding-right: 20px;
}
/*重置单选按钮样式*/
.el-radio-button__orig-radio:checked+.el-radio-button__inner {
background-color: #449284;
border-color: #449284;
box-shadow: -1px 0 0 0 #449284;
}
.el-radio-button__inner:hover {
color: #449284;
}
/*重置输入框,选择框样式*/
.el-range-editor.is-active, .el-range-editor.is-active:hover, .el-select .el-input.is-focus .el-input__inner,.el-input__inner:focus{
border-color: #449284;
}
.el-select-dropdown__item.selected {
color: #449284;
}
.el-select .el-input__inner:focus {
border-color: #449284;
}
/*重置文字按钮样式*/
.el-button--text{
color: #606266;
}
.el-button--text:focus, .el-button--text:hover{
color: #449284;
}
/*重置表格选择框*/
.el-checkbox__input.is-checked .el-checkbox__inner, .el-checkbox__input.is-indeterminate .el-checkbox__inner {
border-color: #449284;
background-color: #449284;
}
.el-checkbox__inner {
border-color: #DCDFE6!important;
}
.el-checkbox__input.is-focus,.el-checkbox__inner:hover,.el-checkbox__inner.is-focus {
border-color: #449284!important;
}
/*重置textarea聚焦样式*/
.el-textarea__inner:focus {
border-color: #449284!important;
}
......@@ -8,7 +8,6 @@ import * as Vue from 'vue'
*
* Date: 2020-05-23T05:23:00.081Z
*/
;(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined'
? (module.exports = factory())
......
......@@ -7,7 +7,7 @@ import { getPubKey } from '@/utils/account/accountApi'
let pubKey = ''
export const mixins = {
export const mixins = {
data: function () {
return {
token: null,
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册