Commit 507ac4b9 by zhaochengxiang

增加模型配置菜单

parent d36788ca
...@@ -17,7 +17,11 @@ export const routes = [ ...@@ -17,7 +17,11 @@ export const routes = [
}, },
{ {
name: 'data-model', name: 'data-model',
text: '数据模型', text: '模型设计',
},
{
name: 'model-config',
text: '模型配置',
}, },
{ {
name: 'asset-map', name: 'asset-map',
......
...@@ -118,7 +118,7 @@ const ModelTable = (props) => { ...@@ -118,7 +118,7 @@ const ModelTable = (props) => {
{ {
title: '操作', title: '操作',
key: 'action', key: 'action',
width: 200, width: 180,
render: (_,record) => { render: (_,record) => {
return ( return (
<div style={{ display: 'flex', alignItems: 'center' }}> <div style={{ display: 'flex', alignItems: 'center' }}>
......
...@@ -17,6 +17,10 @@ ...@@ -17,6 +17,10 @@
padding: 0px !important; padding: 0px !important;
} }
.yy-table-tbody > tr.yy-table-row-selected > td {
background: #fff !important;
}
tr.yy-table-expanded-row > td { tr.yy-table-expanded-row > td {
background: #fff !important; background: #fff !important;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment