'update新图标、新样式'

This commit is contained in:
Fanzink
2023-01-17 16:20:28 +08:00
parent 5798e5b6e0
commit 2f4e9f31cd
12 changed files with 41 additions and 21 deletions

View File

@@ -121,7 +121,7 @@ const title = {
// 或者也可以改造成自定义颜色:
const btnType = {
add :'#0b58ff',
save: '#0b58ff',
save: '#000',
update: '#0b58ff',
reset: ''
// cancel: 'text'

View File

@@ -4,7 +4,7 @@
* @Author: fzq
* @Date: 2023-01-06 15:49:50
* @LastEditors: fzq
* @LastEditTime: 2023-01-13 16:46:13
* @LastEditTime: 2023-01-16 10:18:25
*/
import i18n from '@/i18n'

View File

@@ -32,7 +32,7 @@
:header-cell-style="{ background: '#FAFAFA', color: '#000', height: '40px' }"
:max-height="maxHeight"
:span-method="spanMethod || null"
:row-style="{ height: '20px' }"
:row-style="{ height: '40px' }"
:cell-style="{ padding: '0px' }">
<!-- 表格头定义 -->
<!-- in tableHeadConfigs -->