Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
P
precision-effect
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
耿迪迪
precision-effect
Commits
0d4ed904
Commit
0d4ed904
authored
Jun 19, 2023
by
耿迪迪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
采购详情滚动条
parent
d02163c5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
27 additions
and
3 deletions
+27
-3
PurchaseDetail.vue
...fect-web/src/views/purchase/components/PurchaseDetail.vue
+27
-3
No files found.
precision-effect-web/src/views/purchase/components/PurchaseDetail.vue
View file @
0d4ed904
<
template
>
<
template
>
<div
class=
"detail"
>
<div>
<CommonInfo
:purchaseData=
"purchaseData"
/>
<CommonInfo
:purchaseData=
"purchaseData"
/>
<div
v-if=
"purchaseData.purchaseStatus > 0"
>
<div
v-if=
"purchaseData.purchaseStatus > 0"
>
<div
style=
"margin: 11px 30px;color: #1890ff;"
>
部门长审核
</div>
<div
style=
"margin: 11px 30px;color: #1890ff;"
>
部门长审核
</div>
...
@@ -46,6 +45,31 @@
...
@@ -46,6 +45,31 @@
}
}
</
script
>
</
script
>
<
style
scoped
>
<
style
scoped
lang=
"scss"
>
.detail
{
height
:
460px
;
overflow-y
:
auto
;
&
:
:-
webkit-scrollbar
{
/* 设置滚动条宽度 */
width
:
4px
;
/* 设置滚动条背景色 */
//background: black;
}
//滚动条轨道
&
:
:-
webkit-scrollbar-track
{
background-color
:transparent
;
-webkit-border-radius
:
2em
;
-moz-border-radius
:
2em
;
border-radius
:
2em
;
}
//滚动条滑块
&
:
:-
webkit-scrollbar-thumb
{
background-color
:
rgb
(
147
,
147
,
153
,
0
.5
);
-webkit-border-radius
:
2em
;
-moz-border-radius
:
2em
;
border-radius
:
2em
;
}
}
</
style
>
</
style
>
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