mirror of
https://github.com/YMFE/yapi.git
synced 2024-12-21 05:19:42 +08:00
feat: 在variable.js文件中添加列最大宽度与最小宽度
This commit is contained in:
parent
da411971e9
commit
d349a43184
@ -1,3 +1,7 @@
|
||||
export default {
|
||||
PAGE_LIMIT: 10 // 默认每页展示10条数据
|
||||
PAGE_LIMIT: 10, // 默认每页展示10条数据
|
||||
|
||||
// layout
|
||||
ROW_MIN_WIDTH: '9.7rem',
|
||||
ROW_MAX_WIDTH: '11.7rem'
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user