|
@@ -106,8 +106,8 @@ export default {
|
|
|
editCardflag: true, // 是否编辑卡片
|
|
|
newEditTable: [
|
|
|
{
|
|
|
- borderColor: '#165dff',
|
|
|
- fontColor: '#165dff',
|
|
|
+ borderColor: '#243C97',
|
|
|
+ fontColor: '#243C97',
|
|
|
fontAlign: 'left',
|
|
|
label: '',
|
|
|
headerCon: '',
|
|
@@ -137,8 +137,8 @@ export default {
|
|
|
methods: {
|
|
|
addCard() {
|
|
|
this.newEditTable.push({
|
|
|
- borderColor: '#165dff',
|
|
|
- fontColor: '#165dff',
|
|
|
+ borderColor: '#243C97',
|
|
|
+ fontColor: '#243C97',
|
|
|
fontAlign: 'left',
|
|
|
label: '',
|
|
|
headerCon: '',
|
|
@@ -323,8 +323,8 @@ export default {
|
|
|
this.loading = false;
|
|
|
this.newEditTable = [
|
|
|
{
|
|
|
- borderColor: '#165dff', // 卡片边框颜色
|
|
|
- fontColor: '#165dff', // 字体颜色
|
|
|
+ borderColor: '#243C97', // 卡片边框颜色
|
|
|
+ fontColor: '#243C97', // 字体颜色
|
|
|
fontAlign: 'left', // 页眉对齐方式
|
|
|
label: '', // 标签内容
|
|
|
headerCon: '', // 页眉内容
|