Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in
Toggle navigation
X
xzf_uniapp-wechat-web
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
李智书
xzf_uniapp-wechat-web
Commits
80a99f82
Commit
80a99f82
authored
Sep 05, 2023
by
袁玲利
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
分享问题解决
parent
2a609e24
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
43 additions
and
1 deletion
+43
-1
src/pages/ApplyConsumption/campusReport/campusReport.vue
src/pages/ApplyConsumption/campusReport/campusReport.vue
+43
-1
No files found.
src/pages/ApplyConsumption/campusReport/campusReport.vue
View file @
80a99f82
...
...
@@ -76,7 +76,8 @@
</div>
<div
class=
"Covers_body"
>
<img
:src=
"ImgUrl+'user/rep.png'"
alt=
""
>
<div
class=
"toOpen"
@
click=
"openAzMenber"
><img
:src=
"ImgUrl+'user/toOpen.png'"
alt=
""
class=
"img"
>
</div>
<div
class=
"toOpen"
@
click=
"openAzMenber"
><img
:src=
"ImgUrl+'user/toOpen.png'"
alt=
""
class=
"img"
>
</div>
</div>
</div>
</
template
>
...
...
@@ -765,6 +766,45 @@
</
script
>
<
style
lang=
"scss"
scoped
>
.campusReport
{
width
:
100vw
;
min-height
:
100vh
;
overflow-y
:
auto
;
display
:
flex
;
flex-direction
:
column
;
}
.htmlCanvasTxt
{
height
:
154rpx
;
width
:
100%
;
padding
:
42rpx
0
20rpx
29rpx
;
box-sizing
:
border-box
;
.htmlCanvasTxt1
{
font-size
:
32rpx
;
font-family
:
PingFangSC-Semibold
,
PingFang
SC
;
font-weight
:
600
;
color
:
#FFFFFF
;
line-height
:
44rpx
;
}
.htmlCanvasTxt2
{
font-size
:
26rpx
;
font-family
:
PingFangSC-Regular
,
PingFang
SC
;
font-weight
:
400
;
color
:
#FFFFFF
;
line-height
:
44rpx
;
}
}
.htmlCanvasBox
{
overflow
:
scroll
;
height
:
943rpx
;
border-radius
:
30rpx
;
margin
:
0
24rpx
25rpx
;
}
.info
{
height
:
88rpx
;
margin-top
:
30rpx
;
...
...
@@ -1488,12 +1528,14 @@
.Covers_body
{
margin
:
25rpx
29rpx
39rpx
24rpx
;
position
:
relative
;
.toOpen
{
position
:
absolute
;
right
:
19rpx
;
top
:
16rpx
;
width
:
126rpx
;
height
:
47rpx
;
.img
{
width
:
100%
;
height
:
100%
;
...
...
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