This commit is contained in:
闫晓茹 2024-03-20 13:23:58 +08:00
parent cfceaac30c
commit a79cadf12d
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ VUE_APP_TITLE = 新医路院后患者管理平台
ENV = 'development' ENV = 'development'
# 新医路院后患者管理平台/开发环境 # 新医路院后患者管理平台/开发环境
VUE_APP_BASE_API = 'http://192.168.16.76:8080' VUE_APP_BASE_API = 'http://8.131.93.145:54011'
# 路由懒加载 # 路由懒加载
VUE_CLI_BABEL_TRANSPILE_MODULES = true VUE_CLI_BABEL_TRANSPILE_MODULES = true

View File

@ -1112,7 +1112,7 @@ export default {
}, },
}; };
</script> </script>
<style lang="scss"> <style lang="scss" scoped>
.el-descriptions__body { .el-descriptions__body {
width: 100%; width: 100%;
height: 600px; height: 600px;