|
@@ -77,13 +77,6 @@
|
|
|
border: none;
|
|
|
}
|
|
|
|
|
|
-.el-icon-arrow-right:before {
|
|
|
- content: "";
|
|
|
-}
|
|
|
-.el-icon-arrow-right:after {
|
|
|
- content: "";
|
|
|
-}
|
|
|
-
|
|
|
/* 下拉框 */
|
|
|
|
|
|
.el-select .el-input__inner:focus {
|
|
@@ -205,9 +198,11 @@ td,
|
|
|
th {
|
|
|
background-color: transparent !important;
|
|
|
}
|
|
|
+
|
|
|
+/* el-pagination */
|
|
|
.el-pagination .btn-prev,
|
|
|
.el-pager li {
|
|
|
- background: #00aaff64 !important;
|
|
|
+ /* background: rgba(0, 170, 255, 0.692) !important; */
|
|
|
}
|
|
|
/* .el-table__body-wrapper */
|
|
|
.is-scrolling-none {
|