表格更新

qianming 3 years ago
parent 93211fe5eb
commit a7ca199134

@ -131,14 +131,14 @@ export const widgetTable = {
placeholder: '', placeholder: '',
value: '#fff', value: '#fff',
}, },
/* { {
type: 'vue-color', type: 'vue-color',
label: '表格背景', label: '表格背景',
name: 'tableBgColor', name: 'tableBgColor',
require: false, require: false,
placeholder: '', placeholder: '',
value: '', value: '',
},*/ },
{ {
type: 'vue-color', type: 'vue-color',
label: '奇行颜色', label: '奇行颜色',

@ -67,7 +67,7 @@ export default {
height: allStyle.height + "px", height: allStyle.height + "px",
left: allStyle.left + "px", left: allStyle.left + "px",
top: allStyle.top + "px", top: allStyle.top + "px",
//background: this.optionsSetUp.tableBgColor background: this.optionsSetUp.tableBgColor
}; };
}, },
headerTableStlye() { headerTableStlye() {
@ -92,7 +92,7 @@ export default {
"border-width": bodyStyle.borderWidth + "px", "border-width": bodyStyle.borderWidth + "px",
"border-color": bodyStyle.borderColor, "border-color": bodyStyle.borderColor,
color: bodyStyle.bodyColor, color: bodyStyle.bodyColor,
//"background-color": bodyStyle.tableBgColor "background-color": bodyStyle.tableBgColor
}; };
} }
}, },
@ -215,11 +215,11 @@ export default {
width: 100%; width: 100%;
} }
.txtScroll-top .infoList li:nth-child(n) { /*.txtScroll-top .infoList li:nth-child(n) {
background: rgb(0, 59, 81); background: rgb(0, 59, 81);
} }
.txtScroll-top .infoList li:nth-child(2n) { .txtScroll-top .infoList li:nth-child(2n) {
background: rgb(10, 39, 50); background: rgb(10, 39, 50);
} }*/
</style> </style>

Loading…
Cancel
Save