|
@@ -7,7 +7,6 @@ import { PaperKey } from '@/example/components/slide/actions'
|
|
|
import { mergeFuns } from '@/utils/shared'
|
|
|
import { getRealPixel } from './tabulation/gen-tab'
|
|
|
import { defaultTableStyle } from '@/core/components/serial'
|
|
|
-import { originDescribes } from '@/core/html-mount/propertys'
|
|
|
import { Draw } from '@/example/components/container/use-draw'
|
|
|
|
|
|
const setDefStyle = <T extends {}>(sys: T, custom: Partial<T>) => {
|
|
@@ -34,9 +33,10 @@ export const tabCustomStyle = (p: PaperKey, draw: Draw) => {
|
|
|
draw.mountFilter.setMenusFilter('icon')
|
|
|
},
|
|
|
setDefStyle(iconDefStyle, {
|
|
|
- width: getRealPixel(2, p),
|
|
|
- height: getRealPixel(2, p),
|
|
|
- }),
|
|
|
+ width: getRealPixel(10, p),
|
|
|
+ height: getRealPixel(10, p),
|
|
|
+ strokeWidth: getRealPixel(1, p)
|
|
|
+ } as any),
|
|
|
setDefStyle(defaultTableStyle, {
|
|
|
nameColWidth: defaultTableStyle.valueColWidth = getRealPixel(20, p),
|
|
|
fontSize: getRealPixel(4, p),
|