xiuwei 1 éve
szülő
commit
0241285980

BIN
src/views/Articles/img/riqi.png


BIN
src/views/Articles/img/xiala2.png


+ 19 - 3
src/views/Articles/index.vue

@@ -90,10 +90,10 @@
       <el-table
           :data="tableData"
           size="mini"
-          style="width: 1429px;font-size: 17px"
+          style="width: 1429px;font-size: 17px;background: none"
           :header-cell-style="{color:'#fff'}"
-          :row-style="{background:'none'}"
-          :cell-style="{background:'none',border:0,color:'#fff'}"
+          :row-style="{backgroundColor:'rgb(4,66,115,0.3)'}"
+          :cell-style="{border:0,color:'#fff'}"
       >
         <el-table-column
             prop="date"
@@ -284,8 +284,24 @@ export default {
     width: 175px;
   }
 
+  /deep/ .el-icon-arrow-up {
+    transform: rotateZ(0deg);
 
+  }
+
+
+  /deep/ .el-icon-arrow-up:before {
+    content:url(./img/xiala2.png);
+  }
 
+  /deep/ .el-input__prefix{
+    right: -60px;
+    padding-top: 3px;
+  }
+
+  /deep/ .el-icon-date:before{
+    content:url(./img/riqi.png);
+  }
 
   /deep/  .el-table__header tr {
     background: url(./img/bg1.png);