Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
pptist
Project
Project
Details
Activity
Releases
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
viitto
pptist
Commits
b54cb58f
Commit
b54cb58f
authored
Apr 17, 2024
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
首页布局调整
parent
6b3f5fcd
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
500 additions
and
112 deletions
+500
-112
App.vue
src/App.vue
+1
-0
traveldesign.png
src/assets/img/traveldesign.png
+0
-0
common.css
src/assets/styles/common.css
+71
-0
UserCard.vue
src/components/User/UserCard.vue
+3
-1
ElementTemplateData.vue
src/views/Editor/Toolbar/ElementTemplateData.vue
+5
-2
Index.vue
src/views/Market/Index.vue
+420
-109
No files found.
src/App.vue
View file @
b54cb58f
...
...
@@ -42,6 +42,7 @@ useFontStore().loadAllFonts()
<
style
lang=
"scss"
>
@import
url('@/assets/styles/common.css')
;
@import
url('//at.alicdn.com/t/c/font_635492_mmnd6nkbmf8.css')
;
#app
{
height
:
100%
;
}
...
...
src/assets/img/traveldesign.png
0 → 100644
View file @
b54cb58f
5.1 KB
src/assets/styles/common.css
View file @
b54cb58f
...
...
@@ -216,6 +216,9 @@ page {
.q-mb-sm
{
margin-bottom
:
5px
;
}
.q-ml-md
{
margin-left
:
10px
;
}
.q-mx-sm
{
margin-left
:
5px
;
margin-right
:
5px
;
...
...
@@ -234,10 +237,17 @@ page {
padding-left
:
5px
;
padding-right
:
5px
;
}
.q-px-md
{
padding-left
:
10px
;
padding-right
:
10px
;
}
.q-px-xl
{
padding-left
:
30px
;
padding-right
:
30px
;
}
.q-pa-xs
{
padding
:
5px
;
}
.q-pa-xl
{
padding
:
30px
;
}
...
...
@@ -435,6 +445,9 @@ page {
.q-mr-lg
{
margin-right
:
20px
}
.q-mt-xs
{
margin-top
:
5px
;
}
.q-mt-lg
{
margin-top
:
20px
}
...
...
@@ -458,6 +471,13 @@ page {
-ms-border-radius
:
8px
;
-o-border-radius
:
8px
;
}
.rounded6
{
border-radius
:
6px
;
-webkit-border-radius
:
6px
;
-moz-border-radius
:
6px
;
-ms-border-radius
:
6px
;
-o-border-radius
:
6px
;
}
.relative
{
position
:
relative
;
}
...
...
@@ -476,16 +496,61 @@ page {
.text-nategive
{
color
:
#FF4B86
;
}
.color0
{
color
:
#000
;
}
.colorF
{
color
:
#FFF
;
}
.colorBA
{
color
:
#BABABA
;
}
.text-right
{
text-align
:
right
;
}
.text-left
{
text-align
:
left
;
}
.text-center
{
text-align
:
center
;
}
.text-small
{
font-size
:
12px
;
font-family
:
microsoft
yahei
;
}
.PingFangSC
{
font-family
:
'PingFang SC'
;
}
.fz12
{
font-size
:
12px
;
}
.fz14
{
font-size
:
14px
;
}
.fz16
{
font-size
:
16px
;
}
.fz18
{
font-size
:
18px
;
}
.fz20
{
font-size
:
20px
;
}
.fz22
{
font-size
:
12px
;
}
.fz24
{
font-size
:
24px
;
}
.fz26
{
font-size
:
26px
;
}
.fz28
{
font-size
:
28px
;
}
.fz30
{
font-size
:
30px
;
}
.text-title
{
font-size
:
1.25rem
;
font-family
:
alifont
;
...
...
@@ -554,4 +619,10 @@ page {
top
:
0
;
bottom
:
0
;
z-index
:
9
;
}
.opacity0
{
opacity
:
0
;
}
.columnCount5
{
column-count
:
5
;
}
\ No newline at end of file
src/components/User/UserCard.vue
View file @
b54cb58f
...
...
@@ -112,7 +112,9 @@ import { storeToRefs } from "pinia";
const
useUser
=
useUserStore
();
const
{
userInfo
}
=
storeToRefs
(
useUser
);
const
format
=
(
percentage
:
number
)
=>
{
return
percentage
==
100
?
''
:
``
}
const
moreList
=
[
{
icon
:
require
(
"@/assets/img/homeMore0.png"
),
Name
:
"添加到桌面"
},
{
icon
:
require
(
"@/assets/img/homeMore1.png"
),
Name
:
"关注公众号"
},
...
...
src/views/Editor/Toolbar/ElementTemplateData.vue
View file @
b54cb58f
...
...
@@ -330,8 +330,11 @@
{
Name
:
'青'
,
Id
:
5
},
{
Name
:
'蓝'
,
Id
:
6
},
{
Name
:
'紫'
,
Id
:
7
},
{
Name
:
'黑'
,
Id
:
8
},
{
Name
:
'白'
,
Id
:
9
},
{
Name
:
'玫红'
,
Id
:
8
},
{
Name
:
'咖啡色'
,
Id
:
9
},
{
Name
:
'白'
,
Id
:
10
},
{
Name
:
'黑'
,
Id
:
11
},
{
Name
:
'灰'
,
Id
:
12
},
]
const
cursors
=
[]
as
Array
<
any
>
...
...
src/views/Market/Index.vue
View file @
b54cb58f
This diff is collapsed.
Click to expand it.
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