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
1aa98fba
authored
2020-10-13 16:24:38 +0800
by
zhaoqian
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
自然幢表单样式提交
1 parent
2291a680
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
1 additions
and
19 deletions
src/router/routes.js
src/views/zrz/index.less
src/views/zrz/index.vue
src/views/zrz/index1.vue
src/router/routes.js
View file @
1aa98fb
...
...
@@ -58,11 +58,6 @@ const constantRoutes = [
code
:
'zrz'
,
component
:
()
=>
import
(
'@/views/zrz/index'
),
},
{
path
:
'/zrz1'
,
code
:
'zrz1'
,
component
:
()
=>
import
(
'@/views/zrz/index1'
),
}
]
}
]
...
...
src/views/zrz/index.less
View file @
1aa98fb
...
...
@@ -8,24 +8,11 @@
width: 100%;
}
.el-row{
border-top: 1px solid grey;
border-left: 1px solid grey;
border-right: 1px solid grey;
display: flex;
flex-wrap: wrap
}
.el-form-item{
font-weight: bold;
font-size: xx-large
}
.el-col{
border-right: 1px solid grey;
height: 45px;
}
td{
bgcolor:#F1F4FC;
width:8.33%
...
...
src/views/zrz/index.vue
View file @
1aa98fb
<
template
>
<div
class=
"zrz content-form"
>
<el-form
ref=
"form"
:model=
"form"
label-width=
"160px"
>
<table
border=
"1"
width=
"
10
0%"
cellspacing=
"1"
cellpadding=
"2"
>
<table
border=
"1"
width=
"
8
0%"
cellspacing=
"1"
cellpadding=
"2"
>
<tbody>
<tr>
<td
colspan=
"1"
></td>
...
...
src/views/zrz/index1.vue
deleted
100644 → 0
View file @
2291a68
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to post a comment