Browse Source

表单字体大小调整

360view
bianyaqi 2 years ago
parent
commit
25f2c230d1
  1. 4
      public/index.html
  2. 2
      src/page-subspecialty/views/modules/formList/laserSurgery.vue

4
public/index.html

@ -39,8 +39,8 @@
<% if (process.env.VUE_APP_NODE_ENV === 'dev') { %>
<script>
//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://47.110.224.240:8036/xiangan-crf';
// window.SITE_CONFIG['apiURL'] = 'http://192.168.0.167:8036/xiangan-crf';
</script>
<% } %>
<!-- 测试环境 -->

2
src/page-subspecialty/views/modules/formList/laserSurgery.vue

@ -32,7 +32,7 @@
</div>
<div class="flex a-c m-b">
<div class="label_width">诊断:</div>
<el-input v-model="confirmData.diagnostic" :autosize="{ minRows: 3, maxRows: 3}" type="textarea" style="flex: 1;border-bottom: 1px solid #8e8c8c" />
<el-input v-model="confirmData.diagnostic" :autosize="{ minRows: 3, maxRows: 3}" type="textarea" style="flex: 1;border-bottom: 1px solid #8e8c8c;font-size: 16px" />
</div>
<div class="flex a-c m-b">
<div class="label_width">

Loading…
Cancel
Save