fix:根据ui修改页面 echats图滑动条
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
placeholder="请输入异常描述"
|
||||
:disabled="showEdit"
|
||||
style="width: 85%"
|
||||
:autoSize="{ minRows: 4, maxRows: 4 }" />
|
||||
:autoSize="{ minRows: 9, maxRows: 9 }" />
|
||||
</a-form-item>
|
||||
</a-form>
|
||||
</div>
|
||||
@@ -158,9 +158,10 @@
|
||||
logList.value.forEach((item) => {
|
||||
item.stateName = item.state.label;
|
||||
item.color = colorMap[item.state.value];
|
||||
item.bgColor = bgColorMap[item.state];
|
||||
item.bgColor = bgColorMap[item.state.value];
|
||||
item.src = 'state-' + item.state.value;
|
||||
});
|
||||
console.log(logList.value);
|
||||
config.value.dataSource = logList.value;
|
||||
}
|
||||
});
|
||||
|
Reference in New Issue
Block a user