@@ -1,5 +1,5 @@
<template>
- <div class='box'>
+ <div class='box1'>
<div class='con-box'>
<el-button type='primary'>根据关键内容批量标准化设备标识</el-button>
<el-button type='primary' @click='someDictHandle'>根据关键内容批量对应数据字典</el-button>
@@ -1,11 +1,10 @@
@marginTop: 20px;
-.box {
- padding: 20px;
+.box {
.step-box {
}
.con-box{
- margin-top: @marginTop;
+ // margin-top: @marginTop;
text-align: center;
.checkbox {
float: right;
@@ -30,5 +30,8 @@ export default {
</script>
-<style lang="less">
+<style lang="less" scoped>
+ padding: 20px;
+}
</style>