Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
T
traffic-front
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wangxiaoming
traffic-front
Commits
9dbb7a69
Commit
9dbb7a69
authored
Mar 08, 2019
by
gary
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1、fix css
parent
d3bfed97
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
30 additions
and
5 deletions
+30
-5
extract-financial-data.html
...action/extract-financial-data/extract-financial-data.html
+1
-1
extract-invoice-data.html
...extraction/extract-invoice-data/extract-invoice-data.html
+1
-1
app-data-import.html
...webapp/app/framework/app-data-import/app-data-import.html
+1
-1
app-data-import.less
...webapp/app/framework/app-data-import/app-data-import.less
+27
-2
No files found.
atms-web/src/main/webapp/app/dataImport/data-extraction/extract-financial-data/extract-financial-data.html
View file @
9dbb7a69
...
...
@@ -51,7 +51,7 @@
<li><input
type=
"checkbox"
ng-model=
"selectedAllFileType"
ng-change=
"selectAllFile()"
style=
"float: left;margin-left: 10px; margin-top: 7px; width: 15px"
checked
>
<span
style=
"margin-left:5px;float: left;"
>
全选
</span></li>
<li
role=
"separator"
class=
"divider"
style=
"height:
1
px;margin: 9px 0;
<li
role=
"separator"
class=
"divider"
style=
"height:
2
px;margin: 9px 0;
overflow: hidden;background-color: #e5e5e5;"
></li>
<li
ng-repeat=
"i in fileTypeList"
>
<div
class=
"checkbox-custom checkbox-default"
>
...
...
atms-web/src/main/webapp/app/dataImport/data-extraction/extract-invoice-data/extract-invoice-data.html
View file @
9dbb7a69
...
...
@@ -22,7 +22,7 @@
<li><input
type=
"checkbox"
ng-model=
"selectedAll"
ng-change=
"selectAll()"
style=
"float: left;margin-left: 10px; margin-top: 7px; width: 15px"
checked
>
<span
style=
"margin-left:5px;float: left;"
>
全选
</span></li>
<li
role=
"separator"
class=
"divider"
style=
"height:
1
px;margin: 9px 0;
<li
role=
"separator"
class=
"divider"
style=
"height:
2
px;margin: 9px 0;
overflow: hidden;background-color: #e5e5e5;"
></li>
<li
ng-repeat=
"i in companyList"
>
<div
class=
"checkbox-custom checkbox-default"
>
...
...
atms-web/src/main/webapp/app/framework/app-data-import/app-data-import.html
View file @
9dbb7a69
<div
id=
"app-data-import"
class=
"app-data-import "
>
<nav
class=
"navbar navbar-custom"
role=
"navigation"
style=
"margin-bottom: 0; border-radius: 0px;
background-image:url(../../../app-resources/images/leftbarbg.png);
height: 100%;width: 260px"
>
style=
"margin-bottom: 0; border-radius: 0px; height: 100%;width: 260px"
>
<div
class=
"sidebar navbarfix"
role=
"navigation"
style=
"height: 100%;"
>
<div
class=
"sidebar-nav navbar-collapse"
id=
"sidebar-area"
style=
"height:100%;width: 260px"
>
<div
class=
"app-data-import-side-bar"
style=
"height: 100%"
>
...
...
atms-web/src/main/webapp/app/framework/app-data-import/app-data-import.less
View file @
9dbb7a69
...
...
@@ -12,12 +12,37 @@
.side-menu-title {
margin-left: 6px;
color: black;
font-weight: bold;
}
.dropdown-collapse{
padding: 0 6px;
}
.nav > li > a.active{
font-weight: bold;
background-color: #a32020 !important;
text-decoration: none;
}
.nav > li{
display: table;
height: 50px;
list-style: none;
border-bottom: 1px solid #ccc;
position: relative;
vertical-align: middle;
width: 100%;
}
.nav > li > a.active span{
color: #fff;
}
.menu-icons {
color: black !important;
}
.data-import-wrapper {
margin-left: 260px;
background-color: white;
...
...
@@ -33,13 +58,13 @@
background-color: transparent !important;
}
.ps-scrollbar-y {
background-color: #
ffffff
!important;
background-color: #
aaa
!important;
}
.app-data-import {
height: 101%;
width: 100%;
background-color: #f
fffff
;
background-color: #f
2f2f2
;
//padding: 0px 15% 0px 5%;
/*.center-title {
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment