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
28f6a227
authored
2021-01-12 10:04:14 +0800
by
焦泽平
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
样式修改
1 parent
6a9a3a33
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
src/assets/less/main.less
src/views/zd/zddcb/index.vue
src/assets/less/main.less
View file @
28f6a22
...
...
@@ -149,7 +149,7 @@ ol, ul { list-style:none; }
}
.el-dialog__header{
border-bottom: 1px solid #F1F1F1;
background: #
6f94f5
;
background: #
3FA2E1
;
}
.el-dialog__headerbtn:focus .el-dialog__close, .el-dialog__headerbtn:hover .el-dialog__close{
color: #fff;
...
...
src/views/zd/zddcb/index.vue
View file @
28f6a22
...
...
@@ -173,7 +173,7 @@
<input
:disabled=
"disabled"
class=
"formInput"
type=
"number"
v-model=
"formData.jg"
/>
</td>
</tr>
<tr>
<tr>
<td
colspan=
"2"
class=
"tdright"
><i
class=
"requisite"
>
*
</i>
坐落
</td>
<td
colspan=
"10"
>
<input
type=
"text"
:disabled=
"disabled"
@
blur=
"inputBlur($event)"
ref=
"zl"
...
...
Please
register
or
sign in
to post a comment