Browse Source

解决分页组件右箭头icon不显示问题

Bella 2 năm trước cách đây
mục cha
commit
4516d1063e
2 tập tin đã thay đổi với 9 bổ sung9 xóa
  1. 3 8
      src/assets/global.css
  2. 6 1
      src/views/ComprehensiveAnalysis.vue

+ 3 - 8
src/assets/global.css

@@ -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 {

+ 6 - 1
src/views/ComprehensiveAnalysis.vue

@@ -792,7 +792,12 @@ export default {
       &-innerbox {
         width: 90%;
         height: 98%;
-        // background: yellow;
+        /deep/.el-icon-arrow-right:before {
+          content: "";
+        }
+        /deep/.el-icon-arrow-right:after {
+          content: "";
+        }
         .panel-list-item {
           margin: 0 auto;
           width: 80%;