style: 纸管重量计算页面布局调整
- 将结果由卡片式调整为列表式
This commit is contained in:
@ -30,6 +30,11 @@ const jinshenLightTheme: ThemeDefinition = {
|
||||
export default createVuetify({
|
||||
theme: {
|
||||
defaultTheme: 'light',
|
||||
variations: {
|
||||
colors: ['primary', 'secondary', 'success', 'info', 'warning', 'error'],
|
||||
lighten: 5,
|
||||
darken: 5,
|
||||
},
|
||||
themes: {
|
||||
light: jinshenLightTheme,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user