'修改路由点击BUG,字段显示,按钮盒,基础样式'

This commit is contained in:
Fanzink
2023-01-06 15:44:05 +08:00
parent a08af6774e
commit 3265b4a580
36 changed files with 736 additions and 143 deletions

View File

@@ -490,7 +490,7 @@ export default {
this.$set(this.dataForm, 'fileIds', fileIds)
}
// console.log('before send: ', this.dataForm)
console.log('before send: ', this.dataForm)
this.$http({
url: this.$http.adornUrl(urls[btn.name].url),

View File

@@ -19,7 +19,7 @@ export default {
colors: {
delete: '#FF5454',
preview: '#f09843',
design: '#99089f',
design: '#0b58ff',
// 'view-trend': 'red'
// add more...
},

View File

@@ -16,7 +16,8 @@
<!-- 设置小齿轮table列的图标 -->
<el-popover placement="bottom-start" width="200" trigger="click">
<div class="setting-box">
<el-checkbox v-for="(item, index) in tableHeadConfigs" :key="'cb' + index" v-model="selectedBox[index]" :label="item.name" />
<!-- :label="item.name ? item.name : item.label" 三元判别就可以让厂务的实时数据可以显示 -->
<el-checkbox v-for="(item, index) in tableHeadConfigs" :key="'cb' + index" v-model="selectedBox[index]" :label="item.name ? item.name : item.label" />
</div>
<i slot="reference" class="el-icon-s-tools" style="color: #0b58ff" />
</el-popover>

View File

@@ -1,8 +1,8 @@
<!--
* @Author: lb
* @Date: 2022-05-18 16:00:00
* @LastEditors: lb
* @LastEditTime: 2022-05-18 16:00:00
* @LastEditors: fzq
* @LastEditTime: 2023-01-03 10:00:06
* @Description:
-->
<template>
@@ -53,11 +53,11 @@ $mgr: 6px;
display: inline-block;
vertical-align: top;
width: 4px;
height: $height + 2px;
height: $height;
border-radius: 1px;
margin-right: $mgr;
// background-color: #0b58ff;
background-color: #409EFF;
margin-right: $mgr;
// background-color: #0b58ff;#409EFF;
background-color: #0b58ff;
}
}
}