Commit f5bfb39c authored by 陈明豪's avatar 陈明豪

Merge remote-tracking branch 'origin/master'

parents 8e50e64d 0a26187f
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
<span class="topTitleText">新增</span> <span class="topTitleText">新增</span>
</div> </div>
<div style="width: 100%"> <div style="width: 100%">
<el-form ref="form" :model="form" :rules="rules" label-width="125px"> <el-form ref="form" :model="form" :rules="rules" label-width="7.82rem">
<div class="title-paragraph"> <div class="title-paragraph">
<span class="title-text">基本信息</span> <span class="title-text">基本信息</span>
</div> </div>
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
<div class="topTitle"> <div class="topTitle">
<span class="topTitleText">详情</span> <span class="topTitleText">详情</span>
</div> </div>
<el-form ref="form" :model="form" :rules="rules" label-width="125px"> <el-form ref="form" :model="form" :rules="rules" label-width="7.82rem">
<div class="title-paragraph"> <div class="title-paragraph">
<div class="title-text"> <div class="title-text">
基本信息 基本信息
...@@ -341,7 +341,7 @@ ...@@ -341,7 +341,7 @@
<div class="topTitle"> <div class="topTitle">
<span class="topTitleText">编辑</span> <span class="topTitleText">编辑</span>
</div> </div>
<el-form ref="form" :model="form" :rules="rules" label-width="125px"> <el-form ref="form" :model="form" :rules="rules" label-width="7.82rem">
<div class="title-paragraph"> <div class="title-paragraph">
<div class="title-text"> <div class="title-text">
......
...@@ -2683,9 +2683,9 @@ export default { ...@@ -2683,9 +2683,9 @@ export default {
// 宠物图片 // 宠物图片
.petPicture { .petPicture {
display: inline-block; display: inline-block;
width: 150px; width: 9.375rem;
height: 150px; height: 9.375rem;
padding-left: 28px; padding-left: 1.75rem;
::v-deep .el-image { ::v-deep .el-image {
box-shadow: unset !important; box-shadow: unset !important;
...@@ -2706,8 +2706,8 @@ export default { ...@@ -2706,8 +2706,8 @@ export default {
//3--主人信息--模块内信息整体样式 //3--主人信息--模块内信息整体样式
.ownerMsg-inner { .ownerMsg-inner {
color: #666666; color: #666666;
margin-top: 20px; margin-top: 1.25rem;
margin-bottom: 20px; margin-bottom: 1.25rem;
} }
//模块tip样式--绿色 //模块tip样式--绿色
...@@ -2771,7 +2771,7 @@ export default { ...@@ -2771,7 +2771,7 @@ export default {
// 表格中输入框样式 // 表格中输入框样式
.el-table { .el-table {
.el-form-item { .el-form-item {
margin-bottom: 0; //margin-bottom: 0;
} }
.el-link { .el-link {
......
<template> <template>
<el-dialog :visible.sync="isShow" class="prescribing-modle" title="开具处方" @close="onClose"> <el-dialog :visible.sync="isShow" :close-on-click-modal="false" class="prescribing-modle" title="开具处方" @close="onClose">
<el-form ref="prescribingForm" :model="prescribingForm" label-width="5rem" size="small"> <el-form ref="prescribingForm" :model="prescribingForm" label-width="5rem" size="small">
<!-- 标题区域--> <!-- 标题区域-->
<div class="prescribing-head"> <div class="prescribing-head">
......
...@@ -137,16 +137,16 @@ export default { ...@@ -137,16 +137,16 @@ export default {
/*模块tip图形样式--左绿色*/ /*模块tip图形样式--左绿色*/
.tip-green { .tip-green {
width: 3px; width: 0.1875rem;
height: 24px; height: 1.5rem;
background: #5FB54B; background: #5FB54B;
border-radius: 10px 10px 10px 10px; border-radius: 0.625rem;
} }
/*模块tip内容样式*/ /*模块tip内容样式*/
.tip-content { .tip-content {
padding-left: 13px; padding-left: 0.8125rem;
font-size: 16px; font-size: 1rem;
font-family: Microsoft YaHei-Bold, Microsoft YaHei, serif; font-family: Microsoft YaHei-Bold, Microsoft YaHei, serif;
font-weight: bold; font-weight: bold;
color: #333333; color: #333333;
...@@ -163,33 +163,33 @@ export default { ...@@ -163,33 +163,33 @@ export default {
display: flex; display: flex;
//当前触发的背景样式 //当前触发的背景样式
.bkg-on { .bkg-on {
width: 260px; width: 16.25rem;
height: 143px; height: 8.9375rem;
background: #F1F9EF; background: #F1F9EF;
border-radius: 4px 4px 4px 4px; border-radius: 0.25rem;
opacity: 1; opacity: 1;
} }
//当前未触发的背景样式 //当前未触发的背景样式
.bkg-off { .bkg-off {
width: 260px; width: 16.25rem;
height: 143px; height: 8.9375rem;
background: #FFFFFF; background: #FFFFFF;
border-radius: 4px 4px 4px 4px; border-radius: 0.25rem;
opacity: 1; opacity: 1;
border: 1px solid #5FB54B; border: 1px solid #5FB54B;
} }
//箭头样式 //箭头样式
.arrow { .arrow {
height: 13px; height: 0.8125rem;
width: 104px; width: 6.5rem;
margin: 65px 22px 65px 22px; margin: 4.0625rem 1.375rem 4.0625rem 1.375rem;
} }
//状态触发状态 //状态触发状态
.status-on { .status-on {
font-size: 12px; font-size: 0.75rem;
font-family: Microsoft YaHei-Regular, Microsoft YaHei; font-family: Microsoft YaHei-Regular, Microsoft YaHei;
font-weight: 400; font-weight: 400;
color: #5FB54B; color: #5FB54B;
...@@ -197,7 +197,7 @@ export default { ...@@ -197,7 +197,7 @@ export default {
//状态未触发状态 //状态未触发状态
.status-off { .status-off {
font-size: 12px; font-size: 0.75rem;
font-family: Microsoft YaHei-Regular, Microsoft YaHei; font-family: Microsoft YaHei-Regular, Microsoft YaHei;
font-weight: 400; font-weight: 400;
color: #AFAFAF; color: #AFAFAF;
...@@ -207,16 +207,16 @@ export default { ...@@ -207,16 +207,16 @@ export default {
.avatar { .avatar {
width: 44px; width: 44px;
height: 44px; height: 44px;
margin-bottom: 14px; margin-bottom: 0.875rem;
} }
//标题 //标题
.title { .title {
font-size: 14px; font-size: 0.875rem;
font-family: Microsoft YaHei-Bold, Microsoft YaHei; font-family: Microsoft YaHei-Bold, Microsoft YaHei;
font-weight: bold; font-weight: bold;
color: #333333; color: #333333;
margin-bottom: 14px; margin-bottom: 0.875rem;
} }
//预约/挂号 //预约/挂号
...@@ -224,7 +224,7 @@ export default { ...@@ -224,7 +224,7 @@ export default {
display: flex; display: flex;
align-items: center; align-items: center;
flex-direction: column; flex-direction: column;
padding-top: 18px; padding-top: 1.125rem;
} }
} }
} }
...@@ -232,7 +232,7 @@ export default { ...@@ -232,7 +232,7 @@ export default {
} }
/*进度条样式*/ /*进度条样式*/
.schedule_style { .schedule_style {
margin-top: 20px !important; margin-top: 1.25rem !important;
} }
/*底部提交返回按钮布局*/ /*底部提交返回按钮布局*/
......
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