|
|
@@ -3264,8 +3264,8 @@ input::-webkit-clear{display:none;}
|
|
|
}
|
|
|
.tab-first .row a.active{
|
|
|
background: #fff;
|
|
|
- /*border:#e8e8e8 1px solid;
|
|
|
- border-bottom: #fff 1px solid;*/
|
|
|
+ border:#e8e8e8 1px solid;
|
|
|
+ border-bottom: #fff 1px solid;
|
|
|
}
|
|
|
#myquest-public .group-container .btn-group .btn,#myrequest-btn .btn-group .btn{
|
|
|
width: 80px;
|
|
|
@@ -4002,7 +4002,9 @@ input[required]:invalid, input:focus:invalid, textarea[required]:invalid, textar
|
|
|
.pagination>li>a, .pagination>li>span{
|
|
|
border: #ccc 1px solid;
|
|
|
}
|
|
|
-
|
|
|
+.ng-table-pager .pagination>li button[disabled]{
|
|
|
+ cursor: not-allowed;
|
|
|
+}
|
|
|
/*企业圈新修改*/
|
|
|
#myquest-public{
|
|
|
position: relative;
|
|
|
@@ -4131,4 +4133,35 @@ input[required]:invalid, input:focus:invalid, textarea[required]:invalid, textar
|
|
|
color: #327ebe;
|
|
|
font-style: inherit;
|
|
|
margin: 0 2px;
|
|
|
+}
|
|
|
+#myquest-public{
|
|
|
+ border: #e8e8e8 1px solid;
|
|
|
+ border-top: none;
|
|
|
+}
|
|
|
+.tab-first{
|
|
|
+ position: relative;
|
|
|
+}
|
|
|
+.tab-first .row{
|
|
|
+ border-bottom: #e8e8e8 1px solid;
|
|
|
+ height: 45px;
|
|
|
+}
|
|
|
+.tab-first .row:before{
|
|
|
+ content: '';
|
|
|
+ position: absolute;
|
|
|
+ display: inline-block;
|
|
|
+ height: 45px;
|
|
|
+ width: 1px;
|
|
|
+ background: #f5f5f5;
|
|
|
+ left: -1px;
|
|
|
+ top: 0;
|
|
|
+}
|
|
|
+.tab-first .row:after{
|
|
|
+ content: '';
|
|
|
+ position: absolute;
|
|
|
+ display: inline-block;
|
|
|
+ height: 45px;
|
|
|
+ width: 1px;
|
|
|
+ background: #f5f5f5;
|
|
|
+ right: -1px;
|
|
|
+ top: 0;
|
|
|
}
|