Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcdj-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
cb52857d
authored
2022-08-11 11:17:36 +0800
by
jiaozeping@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
样式修改
1 parent
3debb98a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
src/styles/public.scss
src/views/ywbl/dbx/dbx.vue
src/styles/public.scss
View file @
cb52857
...
...
@@ -15,11 +15,11 @@
&
-content
{
width
:
100%
;
padding
:
2
0px
;
padding
:
1
0px
;
box-sizing
:
border-box
;
background
:
#FFFFFF
;
border-radius
:
2px
;
margin-top
:
10
px
;
margin-top
:
5
px
;
border
:
1px
solid
#e8edf3
;
}
...
...
src/views/ywbl/dbx/dbx.vue
View file @
cb52857
...
...
@@ -45,7 +45,7 @@
</el-form>
</div>
<!-- 表格 -->
<div>
<div
class=
"from-clues-content"
>
<lb-table
:page-size=
"pageData.size"
@
sort-change=
"handleSort"
:current-page
.
sync=
"pageData.current"
:total=
"pageData.total"
@
selection-change=
"handleSelectionChange"
@
size-change=
"handleSizeChange"
@
p-current-change=
"handleCurrentChange"
:column=
"tableData.columns"
:data=
"tableData.data"
>
...
...
Please
register
or
sign in
to post a comment