mirror of
https://github.com/YMFE/yapi.git
synced 2025-01-18 13:04:46 +08:00
feat: 在variable.js文件中添加列最大宽度与最小宽度
This commit is contained in:
parent
871c833df0
commit
e61933bcf4
@ -1,3 +1,7 @@
|
|||||||
export default {
|
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