Просмотр исходного кода

修改买家中心ng-table样式

yangc 8 лет назад
Родитель
Сommit
d87d342016

+ 1 - 0
src/main/webapp/WEB-INF/views/normal/user_center.html

@@ -20,6 +20,7 @@
 <link rel="stylesheet" href="static/css/user/base.css" />
 <link rel="stylesheet" href="static/css/user/user.css" />
 <link rel="stylesheet" href="static/lib/calendar/calendar.css">
+<link rel="stylesheet" href="static/lib/angular/ng-table.css">
 </head>
 <body>
 

Разница между файлами не показана из-за своего большого размера
+ 0 - 0
src/main/webapp/resources/lib/angular/ng-table.min.js


+ 2 - 1
src/main/webapp/resources/view/usercenter/forstore/buyer_no_invoice.html

@@ -149,8 +149,9 @@ body div.ng-table-pager a.page-a {
     float: right;
     background: #5078cb!important;
 }
-.ng-table-pagination .page-a:hover {
+.ng-table-pagination >li >a.page-a:hover {
     background: #5078cb!important;
+    color: #fff!important;
 }
 </style>
 <!--右侧主体部分-->

+ 3 - 2
src/main/webapp/resources/view/usercenter/forstore/pay_center.html

@@ -109,7 +109,9 @@
 		height: 17px;
 		line-height: 17px;
 	}
-
+	div.ng-table-pager {
+		margin-top: 20px;
+	}
 	div.ng-table-pager  input.page-number {
 		vertical-align: inherit;
 		display: inline-block;
@@ -145,7 +147,6 @@
 	div.ng-table-pager div.page-go-block {
 		float: right;
 		margin-left: 20px;
-		margin-top: 20px !important;
 		font-size: 0px;
 		height: 31px;
 		line-height: 31px;

Некоторые файлы не были показаны из-за большого количества измененных файлов