Commit d48afdb8 authored by jiaxu.yan's avatar jiaxu.yan

Merge branch 'develop' into developer/yanjiaxu

parents 89b62ff1 ab5582e5
...@@ -35,7 +35,10 @@ ...@@ -35,7 +35,10 @@
</el-row> </el-row>
</el-form> </el-form>
<!--card统计值--> <!--card统计值-->
<el-row :gutter="60" style="display: flex"> <el-row
:gutter="60"
style="display: flex; margin-left: 2rem; margin-right: 2rem"
>
<el-col :span="6"> <el-col :span="6">
<div <div
class="card-statistical-style" class="card-statistical-style"
...@@ -109,8 +112,8 @@ ...@@ -109,8 +112,8 @@
border border
style="width: 100%; margin-top: 20px" style="width: 100%; margin-top: 20px"
> >
<el-table-column prop="id" label="标准章节"> </el-table-column> <el-table-column prop="id" label="标准章节"></el-table-column>
<el-table-column prop="name" label="标准要求"> </el-table-column> <el-table-column prop="name" label="标准要求"></el-table-column>
<el-table-column prop="amount1" label="审查要点"> <el-table-column prop="amount1" label="审查要点">
</el-table-column> </el-table-column>
<el-table-column prop="amount2" label="审查细则"> <el-table-column prop="amount2" label="审查细则">
...@@ -119,8 +122,8 @@ ...@@ -119,8 +122,8 @@
</el-table-column> </el-table-column>
<el-table-column prop="amount3" label="审查结果"> <el-table-column prop="amount3" label="审查结果">
</el-table-column> </el-table-column>
<el-table-column prop="amount3" label="记录"> </el-table-column> <el-table-column prop="amount3" label="记录"></el-table-column>
<el-table-column prop="amount3" label="填写人"> </el-table-column> <el-table-column prop="amount3" label="填写人"></el-table-column>
</el-table> </el-table>
</div> </div>
<!--签字确认--> <!--签字确认-->
...@@ -155,8 +158,8 @@ ...@@ -155,8 +158,8 @@
type="primary" type="primary"
plain plain
@click="goToProcessedReview" @click="goToProcessedReview"
>返 回</el-button >返 回
> </el-button>
</div> </div>
</div> </div>
</page-standard> </page-standard>
...@@ -340,18 +343,18 @@ export default { ...@@ -340,18 +343,18 @@ export default {
/*主体内容布局*/ /*主体内容布局*/
.main-content-style { .main-content-style {
display: flex; display: flex;
align-items: center;
flex-direction: column; flex-direction: column;
width: 100%; width: 100%;
.btn { .btn {
margin-bottom: 5rem; margin: 0 8rem 8rem 4rem;
width: 5rem; width: 5rem;
} }
} }
/*任务编号,名称,单位样式*/ /*任务编号,名称,单位样式*/
.task { .task {
padding: 3rem 0rem 1rem 4rem; padding: 3rem 0rem 1rem 6rem;
::v-deep .el-form-item--medium .el-form-item__label { ::v-deep .el-form-item--medium .el-form-item__label {
font-size: 1.25rem; font-size: 1.25rem;
...@@ -374,7 +377,7 @@ export default { ...@@ -374,7 +377,7 @@ export default {
/*卡片统计值样式*/ /*卡片统计值样式*/
.card-statistical-style { .card-statistical-style {
width: 18rem; //width: 18rem;
display: flex; display: flex;
padding: 1.5rem 2rem 1.5rem 2rem; padding: 1.5rem 2rem 1.5rem 2rem;
justify-content: space-between; justify-content: space-between;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment