Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
sample-form-platform
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
赵啸非
sample-form-platform
Commits
36c6fbe5
Commit
36c6fbe5
authored
Mar 28, 2023
by
“yiyousong”
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pref:修改页面字体大小
parent
c085b0c9
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
18 additions
and
45 deletions
+18
-45
sample-form-client-ui/admin/src/assets/css/common.css
sample-form-client-ui/admin/src/assets/css/common.css
+1
-1
sample-form-client-ui/admin/src/components/MateralsList.vue
sample-form-client-ui/admin/src/components/MateralsList.vue
+3
-8
sample-form-client-ui/admin/src/components/PageTop.vue
sample-form-client-ui/admin/src/components/PageTop.vue
+1
-1
sample-form-client-ui/admin/src/pages/home/Home.vue
sample-form-client-ui/admin/src/pages/home/Home.vue
+2
-22
sample-form-client-ui/admin/src/pages/showpage/MatterList.vue
...le-form-client-ui/admin/src/pages/showpage/MatterList.vue
+4
-4
sample-form-client-ui/admin/src/pages/showpage/ShowMaterials.vue
...form-client-ui/admin/src/pages/showpage/ShowMaterials.vue
+6
-8
sample-form-client-ui/admin/src/pages/showpage/components/LeftMenus.vue
...ient-ui/admin/src/pages/showpage/components/LeftMenus.vue
+1
-1
No files found.
sample-form-client-ui/admin/src/assets/css/common.css
View file @
36c6fbe5
...
@@ -361,7 +361,7 @@
...
@@ -361,7 +361,7 @@
}
}
.matter-fullName
{
.matter-fullName
{
display
:
inline-block
;
display
:
inline-block
;
width
:
86
px
;
width
:
100
px
;
height
:
30px
;
height
:
30px
;
text-align
:
center
;
text-align
:
center
;
line-height
:
30px
;
line-height
:
30px
;
...
...
sample-form-client-ui/admin/src/components/MateralsList.vue
View file @
36c6fbe5
...
@@ -131,14 +131,12 @@ export default {
...
@@ -131,14 +131,12 @@ export default {
}
}
.title {
.title {
font-size: 28px;
font-size: 28px;
font-family: Source Han Sans CN;
font-weight: 500;
font-weight: 500;
color: #333333;
color: #333333;
.matter-name {
.matter-name {
display: inline-block;
display: inline-block;
// width: 1000px;
// width: 1000px;
font-size: 20px;
font-size: 24px;
font-family: Source Han Sans CN;
line-height: 34px;
line-height: 34px;
color: #777777;
color: #777777;
// overflow: hidden;
// overflow: hidden;
...
@@ -185,8 +183,7 @@ export default {
...
@@ -185,8 +183,7 @@ export default {
width: 100%;
width: 100%;
margin-top: 18px;
margin-top: 18px;
margin-bottom: 8px;
margin-bottom: 8px;
font-size: 24px;
font-size: 28px;
font-family: Source Han Sans CN;
color: #333333;
color: #333333;
letter-spacing: 1px;
letter-spacing: 1px;
overflow: hidden;
overflow: hidden;
...
@@ -196,8 +193,7 @@ export default {
...
@@ -196,8 +193,7 @@ export default {
}
}
.matterDatumList-name {
.matterDatumList-name {
width: 100%;
width: 100%;
font-size: 18px;
font-size: 22px;
font-family: Source Han Sans CN;
color: #777777;
color: #777777;
line-height: 30px;
line-height: 30px;
letter-spacing: 1px;
letter-spacing: 1px;
...
@@ -214,7 +210,6 @@ export default {
...
@@ -214,7 +210,6 @@ export default {
background-color: #e6effd;
background-color: #e6effd;
border-radius: 8px;
border-radius: 8px;
font-size: 20px;
font-size: 20px;
font-family: Source Han Sans CN;
color: var(--main-theme-color);
color: var(--main-theme-color);
text-align: center;
text-align: center;
line-height: 50px;
line-height: 50px;
...
...
sample-form-client-ui/admin/src/components/PageTop.vue
View file @
36c6fbe5
...
@@ -20,7 +20,7 @@ export default {};
...
@@ -20,7 +20,7 @@ export default {};
margin-top: 20px;
margin-top: 20px;
margin-bottom: 40px;
margin-bottom: 40px;
.count {
.count {
font-size:
26
px;
font-size:
30
px;
font-family: Source Han Sans CN;
font-family: Source Han Sans CN;
color: #333333;
color: #333333;
}
}
...
...
sample-form-client-ui/admin/src/pages/home/Home.vue
View file @
36c6fbe5
...
@@ -476,26 +476,6 @@ export default {
...
@@ -476,26 +476,6 @@ export default {
left: 50%;
left: 50%;
transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
}
.tab-box {
width: 340px;
height: 50px;
padding: 3px;
margin-top: 10px;
background: #efe6e6;
border-radius: 8px;
.tab-item {
width: 50%;
height: 100%;
border-radius: 8px;
text-align: center;
font-size: 22px;
color: #333;
cursor: pointer;
}
.active {
background-color: #fff;
}
}
.ranking-list {
.ranking-list {
padding: 0px 14px;
padding: 0px 14px;
.ranking-item {
.ranking-item {
...
@@ -503,7 +483,7 @@ export default {
...
@@ -503,7 +483,7 @@ export default {
margin-bottom: 10px;
margin-bottom: 10px;
line-height: 56px;
line-height: 56px;
border-radius: 8px;
border-radius: 8px;
font-size: 2
2
px;
font-size: 2
8
px;
color: var(--main-theme-color);
color: var(--main-theme-color);
letter-spacing: 2px;
letter-spacing: 2px;
&:nth-child(2n-1) {
&:nth-child(2n-1) {
...
@@ -596,7 +576,7 @@ export default {
...
@@ -596,7 +576,7 @@ export default {
margin-bottom: 4px;
margin-bottom: 4px;
line-height: 45px;
line-height: 45px;
border-radius: 8px;
border-radius: 8px;
font-size: 2
0
px;
font-size: 2
6
px;
color: var(--main-theme-color);
color: var(--main-theme-color);
letter-spacing: 2px;
letter-spacing: 2px;
&:nth-child(2n) {
&:nth-child(2n) {
...
...
sample-form-client-ui/admin/src/pages/showpage/MatterList.vue
View file @
36c6fbe5
...
@@ -238,7 +238,7 @@ export default {
...
@@ -238,7 +238,7 @@ export default {
}
}
.for-short {
.for-short {
margin-bottom: 10px;
margin-bottom: 10px;
font-size: 2
4
px;
font-size: 2
8
px;
font-weight: 500;
font-weight: 500;
line-height: 36px;
line-height: 36px;
color: #333333;
color: #333333;
...
@@ -253,10 +253,10 @@ export default {
...
@@ -253,10 +253,10 @@ export default {
}
}
.name {
.name {
margin-bottom: 10px;
margin-bottom: 10px;
font-size:
18
px;
font-size:
22
px;
font-family: Source Han Sans CN;
font-family: Source Han Sans CN;
color: #888888;
color: #888888;
line-height:
24
px;
line-height:
30
px;
letter-spacing: 1px;
letter-spacing: 1px;
display: -webkit-box;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-box-orient: vertical;
...
@@ -265,7 +265,7 @@ export default {
...
@@ -265,7 +265,7 @@ export default {
}
}
.materials {
.materials {
font-size:
18
px;
font-size:
20
px;
font-family: Source Han Sans CN;
font-family: Source Han Sans CN;
color: #333333;
color: #333333;
line-height: 30px;
line-height: 30px;
...
...
sample-form-client-ui/admin/src/pages/showpage/ShowMaterials.vue
View file @
36c6fbe5
...
@@ -253,11 +253,11 @@ export default {
...
@@ -253,11 +253,11 @@ export default {
color: var(--main-theme-color);
color: var(--main-theme-color);
position: absolute;
position: absolute;
right: 28px;
right: 28px;
cursor: pointer;
}
}
.apply-num {
.apply-num {
margin-bottom: 20px;
margin-bottom: 20px;
font-size: 18px;
font-size: 18px;
font-family: Source Han Sans CN;
color: #666666;
color: #666666;
}
}
.matter-name {
.matter-name {
...
@@ -267,13 +267,14 @@ export default {
...
@@ -267,13 +267,14 @@ export default {
background: #f2f6fe;
background: #f2f6fe;
border-radius: 4px;
border-radius: 4px;
line-height: 38px;
line-height: 38px;
font-size: 22px;
color: var(--main-theme-color);
color: var(--main-theme-color);
}
}
.materails-item {
.materails-item {
height: 42px;
height: 42px;
line-height: 40px;
line-height: 40px;
font-size:
18
px;
font-size:
22
px;
font-family: Source Han Sans CN
;
cursor: pointer
;
color: #333333;
color: #333333;
}
}
.line {
.line {
...
@@ -311,7 +312,6 @@ export default {
...
@@ -311,7 +312,6 @@ export default {
box-shadow: 6px -1px 10px 0px rgba(11, 92, 233, 0.11);
box-shadow: 6px -1px 10px 0px rgba(11, 92, 233, 0.11);
border-radius: 0px 38px 8px 0px;
border-radius: 0px 38px 8px 0px;
font-size: 24px;
font-size: 24px;
font-family: Source Han Sans CN;
color: #ffffff;
color: #ffffff;
cursor: pointer;
cursor: pointer;
position: absolute;
position: absolute;
...
@@ -335,15 +335,13 @@ export default {
...
@@ -335,15 +335,13 @@ export default {
// }
// }
}
}
.short {
.short {
font-size: 26px;
font-size: 34px;
font-family: Source Han Sans CN;
color: var(--main-theme-color);
color: var(--main-theme-color);
}
}
.full-name {
.full-name {
margin-top: 10px;
margin-top: 10px;
margin-bottom: 24px;
margin-bottom: 24px;
font-size: 20px;
font-size: 30px;
font-family: Source Han Sans CN;
color: #888888;
color: #888888;
}
}
// .preview-img {
// .preview-img {
...
...
sample-form-client-ui/admin/src/pages/showpage/components/LeftMenus.vue
View file @
36c6fbe5
...
@@ -68,7 +68,7 @@ export default {
...
@@ -68,7 +68,7 @@ export default {
}
}
.dept-item {
.dept-item {
text-align: center;
text-align: center;
font-size:
26
px;
font-size:
30
px;
color: #333333;
color: #333333;
cursor: pointer;
cursor: pointer;
.dept-name {
.dept-name {
...
...
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