Commit 74e2ff3c by maxiaohan

认定-倒查样式调整

parent 8a1a2707
<template>
<div class="tl">
<div class="header">
<div class="header-label">倒查</div>
<div class="label">倒查</div>
<div class="btns">
<div class="bz-btn" @click="Bz">比中</div>
<div class="rd-btn" @click="Rdwc">认定完成</div>
......@@ -65,8 +65,7 @@ div {
display: flex;
flex-direction: row;
justify-content: space-between;
}
.header-label {
.label {
align-self: flex-start;
width: 32px;
height: 22px;
......@@ -74,7 +73,10 @@ div {
font-weight: bold;
color: #333333;
line-height: 22px;
margin-top: 14px;
}
}
.btns {
align-self: flex-end;
margin-right: 50px;
......
<template>
<div class="tl-src">
<div class="top">
<label>任务号:</label>
<label>任务号:{{ rwh }}</label>
<el-checkbox v-model="checked">显示已认定完成查询ID</el-checkbox>
</div>
<div class="main">
......@@ -118,6 +118,7 @@ export default {
},
data() {
return {
rwh: 21,
checked: true,
tableData: null,
options: "展开",
......@@ -165,6 +166,9 @@ export default {
div {
display: inline-block;
}
label {
margin-right: 67px;
}
.tl-src {
width: 100%;
height: 100%;
......
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