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
2f4f91d6
authored
2022-08-11 11:23:10 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
table样式
1 parent
cb52857d
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
4 deletions
src/components/lb-table/lb-table.vue
src/styles/public.scss
src/views/ywbl/ywsq/ywsq.vue
src/components/lb-table/lb-table.vue
View file @
2f4f91d
...
...
@@ -48,7 +48,7 @@ export default {
},
heightNum
:
{
type
:
Number
,
default
:
2
5
5
,
default
:
2
6
5
,
},
heightNumSetting
:
{
type
:
Boolean
,
...
...
src/styles/public.scss
View file @
2f4f91d
...
...
@@ -3,6 +3,7 @@
min-width
:
1280px
;
height
:
100%
;
width
:
100%
;
box-sizing
:
border-box
;
&
-header
{
width
:
100%
;
...
...
@@ -34,6 +35,6 @@
}
.width200px
{
.width200px
{
width
:
200px
;
}
\ No newline at end of file
...
...
src/views/ywbl/ywsq/ywsq.vue
View file @
2f4f91d
...
...
@@ -2,7 +2,7 @@
<div
class=
"ywsq"
>
<div
class=
"ywsq-left"
>
<el-collapse
v-model=
"activeNames"
accordion
>
<el-collapse-item
:title=
"item.title"
:name=
"index + 1"
v-for=
"(item, index) in leftList"
>
<el-collapse-item
:title=
"item.title"
:name=
"index + 1"
v-for=
"(item, index) in leftList"
:key=
"index"
>
<ul
class=
"item-list"
>
<li
v-for=
"(obj, key) in item.list"
:key=
"key"
@
click=
"handleList(item.list, obj)"
:class=
"obj.select ? 'active' : ''"
>
{{
obj
.
name
}}
</li>
...
...
@@ -20,7 +20,13 @@
</ul>
</div>
<div
class=
"right-situation el-card box-card is-always-shadow"
>
<div
class=
"right-title"
>
登记情形
</div>
<div
class=
"right-title"
>
业务列表
</div>
<ul>
<li>
国有建设用地使用权 || 首次登记+ 以出让方式取得
<i
class=
"el-icon-star-off"
></i>
</li>
</ul>
</div>
</div>
</div>
...
...
Please
register
or
sign in
to post a comment