Commit 54a41d0d authored by 皮倩雯's avatar 皮倩雯

fix: '角色管理角色树手写搜索功能'

parent 3c1bf7cc
Pipeline #65835 passed with stages
......@@ -113,7 +113,7 @@ const AddModal = props => {
title: '字段名',
dataIndex: 'name',
key: 'name',
align: 'center',
align: 'left',
width: 300,
onCell: () => ({
style: {
......
......@@ -182,4 +182,7 @@
white-space: nowrap;
text-overflow: ellipsis;
padding-left: 10px;
}
\ No newline at end of file
}
.titleSearch {
color: #f50;
}
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