Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
mlaj
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
hookehuyr
2025-10-15 14:28:38 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
025a76ed1eee7d30badcd6c4f7a9e9e6181d3c92
025a76ed
1 parent
52eb7702
style(CheckinDetailPage): 调整图片宽度为100%并移除未使用的DatetimePicker组件
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletions
src/components.d.ts
src/views/checkin/CheckinDetailPage.vue
src/components.d.ts
View file @
025a76e
...
...
@@ -44,7 +44,6 @@ declare module 'vue' {
VanCol
:
typeof
import
(
'vant/es'
)[
'Col'
]
VanConfigProvider
:
typeof
import
(
'vant/es'
)[
'ConfigProvider'
]
VanDatePicker
:
typeof
import
(
'vant/es'
)[
'DatePicker'
]
VanDatetimePicker
:
typeof
import
(
'vant/es'
)[
'DatetimePicker'
]
VanDialog
:
typeof
import
(
'vant/es'
)[
'Dialog'
]
VanDivider
:
typeof
import
(
'vant/es'
)[
'Divider'
]
VanDropdownItem
:
typeof
import
(
'vant/es'
)[
'DropdownItem'
]
...
...
src/views/checkin/CheckinDetailPage.vue
View file @
025a76e
...
...
@@ -677,6 +677,13 @@ onMounted(async () => {
line-height: 1.6;
font-size: 0.95rem;
:deep(&) {
img {
width: 100%;
}
}
// 富文本内容样式
// :deep(.rich-content) {
// h1, h2, h3, h4, h5, h6 {
...
...
Please
register
or
login
to post a comment