LiuJ 1 月之前
父節點
當前提交
9ef44e7c60
共有 1 個文件被更改,包括 2 次插入7 次删除
  1. 2 7
      src/views/news/GoodListApply.vue

+ 2 - 7
src/views/news/GoodListApply.vue

@@ -99,7 +99,7 @@
 
             <el-table-column prop="updated_at" label="修改时间" width=""></el-table-column>
 
-            <el-table-column fixed="right" label="操作" width="200" header-align="center">
+            <el-table-column fixed="right" label="操作" width="400" header-align="center">
               <template slot-scope="scope">
                 <div class="listBtnBox">
 
@@ -358,10 +358,5 @@ export default {
 </script>
 
 <style scoped lang="less">
-.listBtnBox div {
-  width: 90px;
-  cursor: pointer;
-  font-size: 14px;
-
-}
+.listBtnBox div {}
 </style>