提交 e6ad8503 编写于 作者: tao.wu's avatar tao.wu

no message

上级 6efc4d57
...@@ -115,7 +115,7 @@ ...@@ -115,7 +115,7 @@
v-else-if="item.formType === 'list'" v-else-if="item.formType === 'list'"
v-for="(itemChild, indexChild) in form[item.model]" v-for="(itemChild, indexChild) in form[item.model]"
:key="indexChild" :key="indexChild"
style="margin-bottom: 15px;font-size:18px;color:#606266;"> style="width: 800px;margin-bottom: 15px;font-size:18px;color:#606266;">
<el-col :span="24"> <el-col :span="24">
<span>{{itemChild.medicinesName}}:</span> <span>{{itemChild.medicinesName}}:</span>
<span>每日{{itemChild.dosageDay}}次,</span> <span>每日{{itemChild.dosageDay}}次,</span>
......
...@@ -124,7 +124,7 @@ ...@@ -124,7 +124,7 @@
} }
} }
.title-box{ .title-box{
padding: 60px; padding: 20px;
text-align: center; text-align: center;
h1{ h1{
font-size: 18px; font-size: 18px;
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册