Skip to content

Commit

Permalink
fix(slide): 2024 width (#3156)
Browse files Browse the repository at this point in the history
  • Loading branch information
DR-Univer authored Sep 2, 2024
1 parent c920d53 commit 1bddcb8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions examples/src/data/slides/default-pages/page1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,13 +106,13 @@ export const DEFAULT_FIRST_PAGE = {
zIndex: 2,
left: 430,
top: 42,
width: 120,
height: 40,
width: 130,
height: 50,
title: 'mask',
description: '',
type: PageElementType.TEXT,
richText: {
text: '2022',
text: '2024',
fs: 48 * 0.75,
cl: {
rgb: 'rgb(255,255,255)',
Expand Down
6 changes: 3 additions & 3 deletions examples/src/data/slides/default-pages/page7.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,13 +108,13 @@ export const DEFAULT_SEVEN_PAGE = {
zIndex: 2,
left: 430,
top: 42,
width: 100,
height: 40,
width: 130,
height: 50,
title: 'mask',
description: '',
type: PageElementType.TEXT,
richText: {
text: '2022',
text: '2024',
fs: 48 * 0.75,
cl: {
rgb: 'rgb(255,255,255)',
Expand Down
6 changes: 3 additions & 3 deletions examples/src/data/slides/unlimited-slide-data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,13 +123,13 @@ export function generateUnlimitedSlideData(ratio: number = 1, slideData?: ISlide
zIndex: 2,
left: 430,
top: 42,
width: 100,
height: 40,
width: 130,
height: 50,
title: 'mask',
description: '',
type: PageElementType.TEXT,
richText: {
text: '2022',
text: '2024',
fs: 48 * 0.75,
cl: {
rgb: 'rgb(255,255,255)',
Expand Down

0 comments on commit 1bddcb8

Please sign in to comment.