|
@@ -11,8 +11,8 @@
|
|
|
<div style="width:390px;float:right;overflow:hidden;">
|
|
|
<el-button size="small" @click="download" icon="iconfont icon-xiazai">下载</el-button>
|
|
|
<el-button size="small" @click="addDevice" icon="iconfont icon-tianjia">添加设备</el-button>
|
|
|
- <el-button size="small" @click="reset" icon="iconfont icon-shuaxin">刷新</el-button>
|
|
|
- <el-button size="small" @click="undo" icon="iconfont icon-undo">撤销</el-button>
|
|
|
+ <el-button size="small" @click="reset" icon="iconfont icon-shuaxin"> 刷新 </el-button>
|
|
|
+ <el-button size="small" @click="undo" icon="iconfont icon-undo"> 撤销 </el-button>
|
|
|
</div>
|
|
|
<div style="width:200px;color:gray;float:right;padding-top:7px;font-size:10px;">
|
|
|
<span v-if="!onlyRead">隐藏自动填充的信息点:</span>
|
|
@@ -1284,8 +1284,9 @@ export default {
|
|
|
.hanson-bar {
|
|
|
height: 40px;
|
|
|
padding: 5px;
|
|
|
- font-size: 16px;
|
|
|
+ font-size: 14px;
|
|
|
overflow: hidden;
|
|
|
+ margin-top: 10px;
|
|
|
.iconfont {
|
|
|
font-size: 12px;
|
|
|
}
|