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
f2e8c136
authored
2020-11-17 11:18:23 +0800
by
杨威
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
宗地表单input框样式修改
1 parent
adabdf12
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
3 deletions
src/assets/less/main.less
src/assets/less/main.less
View file @
f2e8c13
...
...
@@ -32,15 +32,20 @@ table,td,tr,.el-col,.title{
border-color: #E6E6E6 !important;
}
.formInput {
height:
20px
;
width:
96
%;
height:
100%
;
width:
100
%;
line-height: 20px;
outline: none;
border: none;
color: #606764;
overflow: visible;
cursor: text;
text-align: center;
text-align: left;
text-indent: 20px;
padding: 0;
}
.formInput:focus{
border: 1px solid #A0C5F6!important;
}
.psr{
position: relative;
...
...
Please
register
or
sign in
to post a comment