改bug
This commit is contained in:
parent
6f989bef84
commit
187bf2f516
|
|
@ -43,7 +43,7 @@
|
|||
import { queryOrderlist,startDirectiveServe,finishDirectiveServe,queryOrderInfoList } from '@/pages/procurement/api/lunpan.js'
|
||||
import { startOrder,endOrder,editSubPicPath,editSubMp4,queryEmpList,transferOrder,assistOrder} from '@/pages/NursingNew/component/doctorask/api/api.js'
|
||||
const qcobj = ref({})
|
||||
const openleft = ref(true)
|
||||
const openleft = ref(false)
|
||||
const open = ref(0);
|
||||
const zdcont = ref('');
|
||||
const serverUrl = ref(uni.getStorageSync('serverUrl') + '/sys/common/static/')
|
||||
|
|
|
|||
|
|
@ -25,11 +25,11 @@
|
|||
.que {
|
||||
position: fixed;
|
||||
top: 9%;
|
||||
left: 12%;
|
||||
width: 76%;
|
||||
left: 10%;
|
||||
width: 85%;
|
||||
height: 88%;
|
||||
z-index: 100;
|
||||
background-color: #eff0f4;
|
||||
background-color: #f5f6fa;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
|
|
|
|||
Loading…
Reference in New Issue