refactor: catalog fetch data
This commit is contained in:
@@ -2,7 +2,7 @@ import { COLOR_PRIMARY } from './index';
|
||||
|
||||
export default {
|
||||
'root-entry-name': 'variable',
|
||||
cssVar: true,
|
||||
// cssVar: true,
|
||||
hashed: false,
|
||||
components: {
|
||||
Input: {
|
||||
@@ -68,7 +68,8 @@ export default {
|
||||
// colorBgSpotlight: '#333'
|
||||
},
|
||||
Cascader: {
|
||||
dropdownHeight: 240
|
||||
dropdownHeight: 240,
|
||||
optionSelectedFontWeight: 400
|
||||
},
|
||||
Slider: {
|
||||
handleSize: 8,
|
||||
|
||||
Reference in New Issue
Block a user