Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
J
jiaxiu-miniapp
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
蔡亮华(贵阳日报)
jiaxiu-miniapp
Commits
f743dd3e
Commit
f743dd3e
authored
Sep 04, 2024
by
彭佳妮(贵阳日报)
Browse files
Options
Browse Files
Download
Plain Diff
Initial commit
parents
69ee0216
82c9200c
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
31 additions
and
20 deletions
+31
-20
.gitignore
.gitignore
+5
-0
components.d.ts
components.d.ts
+5
-5
index.vue
src/pages/publish/components/AtlasUpload/index.vue
+21
-15
wallhaven-0wk3z7.jpg
src/static/wallhaven-0wk3z7.jpg
+0
-0
No files found.
.gitignore
View file @
f743dd3e
...
...
@@ -26,7 +26,12 @@ build
*.sln
*.sw?
.rexma
<<<<<<< HEAD
# Ignore push scripts
push_to_all.sh
push_to_all.bat
=======
components.d.ts
src/declaration/auto-imports.d.ts
>>>>>>> 82c9200c4b9a1a69992102b5e0f437fff398a792
components.d.ts
View file @
f743dd3e
...
...
@@ -10,20 +10,20 @@ declare module 'vue' {
RouterLink
:
typeof
import
(
'vue-router'
)[
'RouterLink'
]
RouterView
:
typeof
import
(
'vue-router'
)[
'RouterView'
]
VanButton
:
typeof
import
(
'vant/es'
)[
'Button'
]
VanCol
:
typeof
import
(
'vant/es'
)[
'Col'
]
VanCalendar
:
typeof
import
(
'vant/es'
)[
'Calendar'
]
VanCascader
:
typeof
import
(
'vant/es'
)[
'Cascader'
]
VanEmpty
:
typeof
import
(
'vant/es'
)[
'Empty'
]
VanField
:
typeof
import
(
'vant/es'
)[
'Field'
]
VanForm
:
typeof
import
(
'vant/es'
)[
'Form'
]
VanIcon
:
typeof
import
(
'vant/es'
)[
'Icon'
]
VanImagePreview
:
typeof
import
(
'vant/es'
)[
'ImagePreview'
]
VanList
:
typeof
import
(
'vant/es'
)[
'List'
]
VanNavBar
:
typeof
import
(
'vant/es'
)[
'NavBar'
]
VanNoticeBar
:
typeof
import
(
'vant/es'
)[
'NoticeBar'
]
VanPopup
:
typeof
import
(
'vant/es'
)[
'Popup'
]
VanProgress
:
typeof
import
(
'vant/es'
)[
'Progress'
]
VanPullRefresh
:
typeof
import
(
'vant/es'
)[
'PullRefresh'
]
VanRow
:
typeof
import
(
'vant/es'
)[
'Row'
]
VanSearch
:
typeof
import
(
'vant/es'
)[
'Search'
]
VanStep
:
typeof
import
(
'vant/es'
)[
'Step'
]
VanSteps
:
typeof
import
(
'vant/es'
)[
'Steps'
]
VanSticky
:
typeof
import
(
'vant/es'
)[
'Sticky'
]
VanSwipe
:
typeof
import
(
'vant/es'
)[
'Swipe'
]
VanSwipeItem
:
typeof
import
(
'vant/es'
)[
'SwipeItem'
]
VanTab
:
typeof
import
(
'vant/es'
)[
'Tab'
]
...
...
src/pages/publish/components/AtlasUpload/index.vue
View file @
f743dd3e
...
...
@@ -26,8 +26,10 @@
</radio-group>
</div>
</div>
<textarea
v-model=
"item.enclosureDesc"
rows=
"2"
placeholder=
"请输入图片描述"
:disabled=
"!item.uploadResult"
/>
<div
class=
"text"
>
<textarea
v-model=
"item.enclosureDesc"
disable-default-padding
placeholder=
"请输入图片描述"
:disabled=
"!item.uploadResult"
style=
"max-height: 30px;"
></textarea>
</div>
</div>
</div>
<van-progress
:percentage=
"item.progress"
v-if=
"!item.uploadResult"
/>
...
...
@@ -211,6 +213,11 @@ const handleNext = () => {
justify-content
:
space-between
;
align-items
:
center
;
.title
{
color
:
#545454
;
font-size
:
15px
;
}
.radio-box
{
display
:
flex
;
align-items
:
center
;
...
...
@@ -220,20 +227,19 @@ const handleNext = () => {
}
}
.title
{
color
:
#545454
;
font-size
:
15px
;
}
textarea
{
border
:
1px
solid
#cccccc
;
.text
{
flex
:
1
;
border-radius
:
5px
;
font-size
:
14px
;
padding
:
10px
;
width
:
100%
;
box-sizing
:
border-box
;
resize
:
none
;
textarea
{
border
:
1px
solid
#cccccc
;
border-radius
:
5px
;
font-size
:
14px
;
padding
:
10px
;
width
:
100%
;
box-sizing
:
border-box
;
resize
:
none
;
min-height
:
100%
;
}
}
}
}
...
...
src/static/wallhaven-0wk3z7.jpg
0 → 100644
View file @
f743dd3e
297 KB
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment