Browse Source

双眼视功能表单样式修改

360view
bianyaqi 2 years ago
parent
commit
b64432b614
  1. 7
      public/index.html
  2. 15
      src/components/360View/commonForm/eyesVision.vue

7
public/index.html

@ -38,7 +38,7 @@
<% } %>
<% if (process.env.VUE_APP_NODE_ENV === 'dev') { %>
<script>
//http://121.36.16.195:9002/huimu-admin/swagger-ui/index.html
//http://121.36.16.195:9002/huimu-admin/swagger-ui/index.html
window.SITE_CONFIG['apiURL'] = 'http://47.110.224.240:8036/xiangan-crf';
// window.SITE_CONFIG['apiURL'] = 'http://192.168.0.167:8036/xiangan-crf';
// window.SITE_CONFIG['apiURL'] = 'http://192.168.4.174:8036/xiangan-crf';
@ -53,9 +53,8 @@
<!-- 生产环境 -->
<% if (process.env.VUE_APP_NODE_ENV === 'prod') { %>
<script>
// https://quguang.huimu.cloud/api/quguang
// http://192.168.4.109:8022/quguang---温州屈光
window.SITE_CONFIG['apiURL'] = 'http://192.168.4.109:8022/quguang';
window.SITE_CONFIG['apiURL'] = 'http://47.110.224.240:8036/xiangan-crf';
// window.SITE_CONFIG['apiURL'] = 'http://10.80.5.32:8031/xiangan-crf';
</script>
<% } %>
</head>

15
src/components/360View/commonForm/eyesVision.vue

@ -126,7 +126,7 @@
</div>
<div v-if="scope.row.name == '交替遮盖试验(CT)'">
<div class="center">
<div style="display: flex;justify-content: space-around"><span>:</span>
<div style="display: flex;justify-content: space-around;align-items: center"><span>:</span>
<el-select v-model="formData.ctYuan" placeholder="" clearable style="display: inline-block;width: 100px">
<el-option
v-for="item in ctList"
@ -1032,14 +1032,24 @@ export default {
</script>
<style lang="scss" scoped>
#eyesFunc{
::v-deep .el-table__header-wrapper{
display: none;
}
::v-deep .el-input__inner {
border: none;
line-height: 26px !important;
height: 26px;
text-align: center;
border-bottom: 1px solid #ccc;
border-radius: 0;
padding: 0;
}
::v-deep .el-input-group__prepend{
border: none;
}
::v-deep .el-input-group__append{
border: none;
}
::v-deep .el-input-group--prepend .el-input__inner{
height: 26px !important;
}
@ -1142,6 +1152,9 @@ export default {
::v-deep .el-textarea__inner{
border: none;
}
::v-deep .width-180{
width: 180px;
}
}
.check {
cursor: pointer;

Loading…
Cancel
Save