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