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
1df66444
authored
2020-12-17 15:12:24 +0800
by
杨威
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
全局表单下拉框和时间选择框居左显示
1 parent
d833fb37
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
0 deletions
src/assets/less/main.less
src/views/dz/dzxx/index.vue
src/views/zrz/zrzxx/index.vue
src/assets/less/main.less
View file @
1df6644
...
...
@@ -264,4 +264,12 @@ ol, ul { list-style:none; }
}
.iconfontEdit:hover{
color: rgb(0, 108, 255);
}
.el-select,.el-select-tree,.el-date-editor{
/deep/ .el-input__inner{
text-align: left!important;
}
}
.el-input__prefix, .el-input__suffix{
top: -2px;
}
\ No newline at end of file
...
...
src/views/dz/dzxx/index.vue
View file @
1df6644
...
...
@@ -44,6 +44,7 @@
<td
colspan=
"2"
align=
"center"
>
竣工日期
</td>
<td
colspan=
"4"
>
<el-date-picker
style=
"width:100%"
v-model=
"form.jgrq"
type=
"date"
placeholder=
"选择日期"
>
...
...
src/views/zrz/zrzxx/index.vue
View file @
1df6644
...
...
@@ -55,6 +55,7 @@
<td
colspan=
"2"
class=
"tdright"
>
竣工日期
</td>
<td
colspan=
"4"
>
<el-date-picker
style=
"width:100%"
:disabled=
"form.qszt!='0'"
v-model=
"form.jgrq"
type=
"date"
...
...
Please
register
or
sign in
to post a comment