-
Notifications
You must be signed in to change notification settings - Fork 310
fix(grid): fix custom setting style error at mobile-first #3524
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
@@ -1,6 +1,9 @@ | ||||||||||||||||||||||||||
<template> | ||||||||||||||||||||||||||
<!-- 同步勿删,此处custom适配不了多端,因此需要固定Modal为pc端 --> | ||||||||||||||||||||||||||
<tiny-modal | ||||||||||||||||||||||||||
width="800" | ||||||||||||||||||||||||||
tiny_mode="pc" | ||||||||||||||||||||||||||
tiny_mode_root | ||||||||||||||||||||||||||
Comment on lines
+5
to
+6
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Fix prop naming for <tiny-modal
width="800"
- tiny_mode="pc"
- tiny_mode_root
+ tiny-mode="pc"
+ tiny-mode-root
title=" "
class="tiny-grid-toolbar-modal"
v-model="visible"
@input="handleInput"
@close="handleClose" 📝 Committable suggestion
Suggested change
🤖 Prompt for AI Agents
|
||||||||||||||||||||||||||
title=" " | ||||||||||||||||||||||||||
class="tiny-grid-toolbar-modal" | ||||||||||||||||||||||||||
v-model="visible" | ||||||||||||||||||||||||||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fix typo and improve description consistency.
Two issues identified in the description update:
Apply this fix for the typo:
And consider enhancing the English description for consistency:
📝 Committable suggestion
🤖 Prompt for AI Agents