Commit 6326e2f5 authored by 任鸿志's avatar 任鸿志

style(components): 优化读卡组件和结算页面样式

- 调整读卡组件和结算页面的布局和样式
- 优化图片显示和表单项样式
- 统一弹窗样式和字体风格
parent 79263d54
...@@ -242,7 +242,7 @@ ...@@ -242,7 +242,7 @@
} }
.main-container { .main-container {
margin-left: 54px; // margin-left: 54px;
} }
.submenu-title-noDropdown { .submenu-title-noDropdown {
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
title="读卡" title="读卡"
:visible.sync="isOpenCardeds" :visible.sync="isOpenCardeds"
:destroy-on-close="true" :destroy-on-close="true"
width="561px" width="40%"
custom-class="my-reader-card" custom-class="my-reader-card"
:show-close="true" :show-close="true"
:close-on-click-modal="false" :close-on-click-modal="false"
...@@ -11,13 +11,13 @@ ...@@ -11,13 +11,13 @@
> >
<div class="my-card-body"> <div class="my-card-body">
<!-- <div style="position: absolute; right: 24px; top: 15px; width: 19px" @click="handleCloseModal">X</div> --> <!-- <div style="position: absolute; right: 24px; top: 15px; width: 19px" @click="handleCloseModal">X</div> -->
<img :src="logo" style="display: block" alt="logo" /> <img :src="logo" style="display: block;width: 100%;" alt="logo" />
<!-- 目前因为开发阶段没有很多扫码设备,需要先设置输入框和下拉框满足当下情况 --> <!-- 目前因为开发阶段没有很多扫码设备,需要先设置输入框和下拉框满足当下情况 -->
<div style="text-align: center; line-height: 50px"> <div style="text-align: center;">
<el-checkbox v-model="isYDpatint">是否异地(<span style="color: red">患者有多个参保信息时选择</span>)</el-checkbox> <el-checkbox v-model="isYDpatint">是否异地(<span style="color: red">患者有多个参保信息时选择</span>)</el-checkbox>
</div> </div>
<div class="swipe_user_select_content" style="margin: 10px auto"> <div class="swipe_user_select_content" style="margin: 10px auto;">
<!-- <el-select ref="physicalCardType" v-model="form.physicalCardType" style="width: 30%;" placeholder="请选择卡类型" <!-- <el-select ref="physicalCardType" v-model="form.physicalCardType" style="width: 30%;" placeholder="请选择卡类型"
@change="handleSelect"> @change="handleSelect">
<el-option v-for="(item, i) in DiagnosisCardOptions" :key="i" :label="item.name" :value="item.code" /> <el-option v-for="(item, i) in DiagnosisCardOptions" :key="i" :label="item.name" :value="item.code" />
...@@ -564,6 +564,9 @@ export default { ...@@ -564,6 +564,9 @@ export default {
} }
} }
} }
.el-form-item{
margin-bottom: 0;
}
} }
.my-read-card-number { .my-read-card-number {
......
<template> <template>
<el-dialog title="读卡" :visible.sync="isOpenCardeds" :destroy-on-close="true" width="561px" custom-class="my-reader-card" <el-dialog title="读卡" :visible.sync="isOpenCardeds" :destroy-on-close="true" width="40%" custom-class="my-reader-card"
:show-close="true" :close-on-click-modal="false" @close="handleCloseModal"> :show-close="true" :close-on-click-modal="false" @close="handleCloseModal">
<div class="my-card-body"> <div class="my-card-body">
<!-- <div style="position: absolute;right: 24px;top: 15px;width: 19px;" @click="handleCloseModal">X</div> --> <!-- <div style="position: absolute;right: 24px;top: 15px;width: 19px;" @click="handleCloseModal">X</div> -->
<img :src="logo" style="display: block; " alt="logo" /> <img :src="logo" style="display: block;width: 100%; " alt="logo" />
<!-- 目前因为开发阶段没有很多扫码设备,需要先设置输入框和下拉框满足当下情况 --> <!-- 目前因为开发阶段没有很多扫码设备,需要先设置输入框和下拉框满足当下情况 -->
<div class="swipe_user_select_content" style="margin:10px auto;"> <div class="swipe_user_select_content" style="margin:10px auto;">
<!-- <el-select ref="physicalCardType" v-model="form.physicalCardType" style="width: 30%;" placeholder="请选择卡类型" <!-- <el-select ref="physicalCardType" v-model="form.physicalCardType" style="width: 30%;" placeholder="请选择卡类型"
...@@ -404,6 +404,9 @@ export default { ...@@ -404,6 +404,9 @@ export default {
} }
} }
} }
.el-form-item{
margin-bottom: 0px;
}
} }
.my-read-card-number { .my-read-card-number {
......
...@@ -140,7 +140,7 @@ ...@@ -140,7 +140,7 @@
</div> </div>
<el-dialog title="提示" :visible.sync="dialogVisible" width="70%" :close-on-click-modal="false"> <el-dialog title="提示" :visible.sync="dialogVisible" width="70%" :close-on-click-modal="false">
<div slot="title" class="" style="border-bottom: 1px solid #e6e6e6; margin-bottom: 10px"> <div slot="title">
<span class="titles" style="color: #484848">结算确认</span <span class="titles" style="color: #484848">结算确认</span
><span style="color: #666666" ><span style="color: #666666"
>( 姓名:{{ patientData.name }} <span style="margin: 0px 10px"> 门诊号码: {{ patientData.patient_id }} </span>病人ID:{{ patientData.id_card }} >( 姓名:{{ patientData.name }} <span style="margin: 0px 10px"> 门诊号码: {{ patientData.patient_id }} </span>病人ID:{{ patientData.id_card }}
...@@ -688,7 +688,9 @@ export default { ...@@ -688,7 +688,9 @@ export default {
checked: false, checked: false,
moreLoading: false, moreLoading: false,
moreshowdata: { moreshowdata: {
data: {}, data: {
mzdbjbs_arr:[]
},
}, },
zhenduan: '', zhenduan: '',
moreshow: false, moreshow: false,
...@@ -2734,9 +2736,10 @@ if (this.bxxxinfo.gjzhzf == '' || this.bxxxinfo.gjzhzf == null || this.bxxxinfo. ...@@ -2734,9 +2736,10 @@ if (this.bxxxinfo.gjzhzf == '' || this.bxxxinfo.gjzhzf == null || this.bxxxinfo.
} }
::v-deep .el-divider__text { ::v-deep .el-divider__text {
padding: 0 10px;
font-weight: 550; font-weight: 550;
color: #1890ff; color: #1890ff;
font-size: 18px; font-size: 15px;
background-color: #f2f8ff; background-color: #f2f8ff;
} }
...@@ -2986,4 +2989,10 @@ button:active { ...@@ -2986,4 +2989,10 @@ button:active {
::v-deep.tableScopeSwitchBox .el-switch .el-switch__label { ::v-deep.tableScopeSwitchBox .el-switch .el-switch__label {
width: 60px !important; width: 60px !important;
} }
::v-deep .el-dialog__header{
padding: 10px ;
}
::v-deep .el-divider--horizontal{
margin: 15px 0;
}
</style> </style>
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