This commit is contained in:
liuyuan
2025-07-28 11:39:40 +08:00
parent 20ec95e628
commit d7e415e210
2 changed files with 5 additions and 5 deletions

View File

@@ -23,7 +23,7 @@ module.exports = {
},
// Various Dev Server settings
host: '192.168.110.159', // can be overwritten by process.env.HOST
host: '192.168.110.160', // can be overwritten by process.env.HOST
port: 8001, // can be overwritten by process.env.PORT, if port is in use, a free one will be determined
autoOpenBrowser: true,
errorOverlay: true,

View File

@@ -178,7 +178,7 @@
:rules="dataRule"
:model="addCertificateForm"
ref="addCertificateForm"
label-width="110px"
label-width="120px"
>
<!-- <div style="background-color: #f0f0f0;padding:0 10px;box-sizing: border-box;color: #000;">
<p>绑定用户</p>
@@ -289,7 +289,7 @@
>
<el-form-item
label="标题:"
label-width="90px"
label-width="110px"
prop="title"
style="width: 100%;"
>
@@ -325,7 +325,7 @@
<el-form-item
label="医案详情:"
label-width="90px"
label-width="110px"
prop="title"
class="form_item"
>
@@ -373,7 +373,7 @@
<el-form-item
label="上传图片:"
prop="title"
label-width="90px"
label-width="110px"
class="form_item custom-upload-box"
v-if="dialogVisible"
>