Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: KAK-3200 #430

Merged
merged 3 commits into from
Aug 6, 2024
Merged

fix: KAK-3200 #430

merged 3 commits into from
Aug 6, 2024

Conversation

danni-cool
Copy link
Contributor

@danni-cool danni-cool commented Aug 6, 2024

Copy link

codecov bot commented Aug 6, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Files Coverage Δ
pagebuilder/settings.go 71.82% <100.00%> (+0.31%) ⬆️
presets/presets.go 74.42% <100.00%> (+3.42%) ⬆️

... and 17 files with indirect coverage changes

@@ -106,7 +106,7 @@ func overview(m *ModelBuilder) presets.FieldComponentFunc {
mask-image: radial-gradient(circle, black 80px, transparent);
transform-origin: 0 0; transform:scale(0.5);width:200%;height:200%`),
),
).Class(W100, H100),
).Class(W100, H100).Style("overflow:hidden;"),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这种最好用这种 utility 类?

https://vuetifyjs.com/en/styles/overflow/#how-it-works

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这种最好用这种 utility 类?

https://vuetifyjs.com/en/styles/overflow/#how-it-works

modified.

@danni-cool danni-cool merged commit 77e8e52 into main Aug 6, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants