Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcjg-web
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
6a94d1b2
authored
2023-01-09 14:32:02 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:table样式
1 parent
8ee78d34
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
src/styles/element-ui.scss
src/views/dbrzcx/index.vue
src/styles/element-ui.scss
View file @
6a94d1b
...
...
@@ -106,14 +106,14 @@
::-webkit-scrollbar-track
{
width
:
7px
;
background-color
:
rgba
(
255
,
255
,
255
,
0
)
;
background-color
:
#29409D
;
-webkit-border-radius
:
6px
;
-moz-border-radius
:
6px
;
border-radius
:
6px
;
}
::-webkit-scrollbar-thumb
{
background-color
:
rgb
(
207
,
208
,
209
)
;
background-color
:
#355194
;
background-clip
:
padding-box
;
min-height
:
28px
;
-webkit-border-radius
:
6px
;
...
...
src/views/dbrzcx/index.vue
View file @
6a94d1b
...
...
@@ -35,7 +35,7 @@
</div>
<!-- 列表区域 -->
<div
class=
"from-clues-content"
>
<lb-table
:page-size=
"pageData.size"
:heightNum=
"2
0
0"
:current-page
.
sync=
"pageData.current"
<lb-table
:page-size=
"pageData.size"
:heightNum=
"2
1
0"
:current-page
.
sync=
"pageData.current"
:total=
"tableData.total"
@
size-change=
"handleSizeChange"
@
p-current-change=
"handleCurrentChange"
:column=
"tableData.columns"
:data=
"tableData.data"
>
</lb-table>
...
...
Please
register
or
sign in
to post a comment