Commit 4d3037a9 by xue_wengang

样式修改

parent 1138174d
......@@ -11,7 +11,7 @@
<div class="line">
<div>分析结果</div>
<div class="export">
线索分析<el-checkbox-group v-model="checkList" @change="changeVal">
线索分析<el-checkbox-group v-model="checkList" @change="changeVal" style="margin:0 10px">
<el-checkbox label="sj">时间分布特征</el-checkbox>
<el-checkbox label="dy">地域(空间)分布特征</el-checkbox>
<el-checkbox label="sk">时空关系分布特征</el-checkbox>
......@@ -200,5 +200,10 @@ export default {
justify-content: space-between;
margin-bottom: 5px;
}
.export {
display: flex;
align-items: center;
justify-content: center;
}
}
</style>
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