Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
任超
/
js.CadastralSystem
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
0ed6f130
authored
2020-11-27 11:33:19 +0800
by
weimo934
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style(hb):修改合并表格样式
1 parent
2e2c3b13
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
29 additions
and
22 deletions
src/views/panel/change/fg/index.vue
src/views/panel/change/hb/index.vue
src/views/panel/change/fg/index.vue
View file @
0ed6f13
...
...
@@ -62,7 +62,8 @@
type=
"primary"
class=
"changeBtn outMinus addMinus"
@
click=
"delRow(index)"
>
-
</el-button
>
-
</el-button
>
</td>
<td
class=
"xzq"
>
...
...
@@ -124,12 +125,15 @@
</td>
</tr>
<tr>
<td><el-button
<td>
<el-button
type=
"primary"
class=
"changeBtn outAdd addMinus"
@
click=
"addRow"
>
+
</el-button
></td>
>
+
</el-button
>
</td>
<td></td>
<td></td>
<td></td>
...
...
@@ -250,7 +254,8 @@
type=
"primary"
class=
"changeBtn outMinus addMinus"
@
click=
"delRow(index)"
>
-
</el-button
>
-
</el-button
>
</td>
<td
class=
"xzq"
>
...
...
@@ -312,7 +317,14 @@
</td>
</tr>
<tr>
<td
@
click=
"addRow"
>
+
</td>
<td>
<el-button
type=
"primary"
class=
"changeBtn outAdd addMinus"
@
click=
"addRow"
>
+
</el-button>
</td>
<td></td>
<td></td>
<td></td>
...
...
@@ -434,7 +446,8 @@
type=
"primary"
class=
"changeBtn outMinus addMinus"
@
click=
"delRow(index)"
>
-
</el-button
>
-
</el-button
>
</td>
<td
class=
"xzq"
>
...
...
@@ -496,7 +509,14 @@
</td>
</tr>
<tr>
<td
@
click=
"addRow"
>
+
</td>
<td>
<el-button
type=
"primary"
class=
"changeBtn outAdd addMinus"
@
click=
"addRow"
>
+
</el-button>
</td>
<td></td>
<td></td>
<td></td>
...
...
@@ -558,19 +578,6 @@
</el-tab-pane>
</el-tabs>
</div>
<!--
<div
class=
"lpb"
>
<el-tabs
v-model=
"activeName"
type=
"card"
@
tab-click=
"handleClick"
>
<el-tab-pane
label=
"编辑楼盘"
name=
"edit"
>
<bjlp></bjlp>
</el-tab-pane>
<el-tab-pane
label=
"预览楼盘"
name=
"preview"
>
<yllp></yllp>
</el-tab-pane>
<el-tab-pane
label=
"详细信息"
name=
"detail"
>
<xxxx></xxxx>
</el-tab-pane>
</el-tabs>
</div>
-->
</
template
>
<
script
>
...
...
@@ -991,7 +998,7 @@
width
:
100px
;
}
.xzq
,
.djq
,
djzq
{
.xzq
,
.djq
,
.
djzq
{
width
:
150px
;
}
</
style
>
...
...
src/views/panel/change/hb/index.vue
View file @
0ed6f13
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to post a comment