Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
self-support
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
李俊赕
self-support
Commits
043c9b62
Commit
043c9b62
authored
Jun 08, 2021
by
高铭波
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改页面样式
parent
d464455b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
32 deletions
+18
-32
document.vue
src/pages/order/document.vue
+18
-32
No files found.
src/pages/order/document.vue
View file @
043c9b62
...
...
@@ -24,8 +24,7 @@
<view
class=
"file-row"
v-for=
"(item, index) in list"
:key=
"index"
>
<view
class=
"file-left"
>
<view
class=
"file-name"
>
<u-icon
class=
"item-icon"
name=
"doc"
custom-prefix=
"wxh"
fontSize=
"52"
></u-icon>
<image
class=
"file-image"
:src=
"wenjianImage"
></image>
<u-icon
class=
"item-icon"
name=
"doc"
custom-prefix=
"wxh"
size=
"52"
></u-icon>
<view
class=
"file-format-text"
>
{{formatText(item.name)}}
</view>
</view>
...
...
@@ -64,25 +63,6 @@
},
loading
:
false
,
orderFile
:
false
,
shareStyle
:
{
marginRight
:
'10rpx'
,
width
:
'100rpx'
,
height
:
'52rpx'
,
background
:
'#FFFFFF'
,
color
:
'#2272FF'
,
fontSize
:
'24rpx'
,
fontWeight
:
'400'
,
lineHeight
:
'52rpx'
},
previewStyle
:
{
width
:
'100rpx'
,
height
:
'52rpx'
,
background
:
'#2272FF'
,
color
:
'#FFFFFF'
,
fontSize
:
'24rpx'
,
fontWeight
:
'400'
,
lineHeight
:
'52rpx'
},
};
},
computed
:
{
...
...
@@ -94,20 +74,25 @@
},
shareStyle
()
{
return
{
'background-color'
:
'#FFFFFF'
,
'heigth'
:
'52rpx'
,
'width'
:
'100rpx'
,
'color'
:
'#2272FF'
,
'font-size'
:
'24rpx'
,
marginRight
:
'10rpx'
,
width
:
'100rpx'
,
height
:
'52rpx'
,
background
:
'#FFFFFF'
,
color
:
'#2272FF'
,
fontSize
:
'24rpx'
,
fontWeight
:
'400'
,
lineHeight
:
'52rpx'
}
},
previewStyle
()
{
return
{
'background-color'
:
'#2272FF'
,
'heigth'
:
'52rpx'
,
'width'
:
'100rpx'
,
'color'
:
'#FFFFFF'
,
'font-size'
:
'24rpx'
,
width
:
'100rpx'
,
height
:
'52rpx'
,
background
:
'#2272FF'
,
color
:
'#FFFFFF'
,
fontSize
:
'24rpx'
,
fontWeight
:
'400'
,
lineHeight
:
'52rpx'
}
},
wenjianImage
()
{
...
...
@@ -281,6 +266,7 @@
font-size
:
26rpx
;
.file-name
{
margin-right
:
20rpx
;
position
:
relative
;
.file-format-text
{
...
...
@@ -292,7 +278,7 @@
font-weight
:
bold
;
color
:
#FFFFFF
;
line-height
:
52rpx
;
margin-right
:
20rpx
;
}
}
...
...
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