|
@@ -107,7 +107,7 @@
|
|
</div>
|
|
</div>
|
|
<el-dialog title="提示" :visible.sync="dialogVisible" width="30%">
|
|
<el-dialog title="提示" :visible.sync="dialogVisible" width="30%">
|
|
<div class="diag-center">
|
|
<div class="diag-center">
|
|
- <p class="diag-title">操作失败,请检查"医院名称+医院编码"重复项</p>
|
|
|
|
|
|
+ <p class="diag-title">操作失败,请检查“医院名称+医院编码”重复项</p>
|
|
<p class="title-warning">
|
|
<p class="title-warning">
|
|
<i class="el-icon-warning" style="color:#e6a23c"></i>标记为当前父医院的“子医院+子医院编码”重复项
|
|
<i class="el-icon-warning" style="color:#e6a23c"></i>标记为当前父医院的“子医院+子医院编码”重复项
|
|
</p>
|
|
</p>
|
|
@@ -380,7 +380,7 @@ export default {
|
|
.diag-center {
|
|
.diag-center {
|
|
text-align: center;
|
|
text-align: center;
|
|
.diag-title {
|
|
.diag-title {
|
|
- font-size: 18px;
|
|
|
|
|
|
+ font-size: 16px;
|
|
margin-bottom: 5px;
|
|
margin-bottom: 5px;
|
|
color: #FF545B;
|
|
color: #FF545B;
|
|
}
|
|
}
|