mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-16 06:16:46 +08:00
修改button 操作按钮样式
This commit is contained in:
@@ -181,12 +181,12 @@ export default {
|
||||
},
|
||||
],
|
||||
columns1: [
|
||||
{
|
||||
title: "序号",
|
||||
dataIndex: "number",
|
||||
key: "number",
|
||||
align: "center",
|
||||
},
|
||||
// {
|
||||
// title: "序号",
|
||||
// dataIndex: "number",
|
||||
//// key: "number",
|
||||
// align: "center",
|
||||
// },
|
||||
{
|
||||
title: "名称",
|
||||
dataIndex: "name",
|
||||
@@ -593,7 +593,7 @@ export default {
|
||||
}
|
||||
|
||||
.btn1 {
|
||||
background: #409eff;
|
||||
background: #4ea6ff;
|
||||
|
||||
.search {
|
||||
width: 15px;
|
||||
@@ -883,7 +883,7 @@ export default {
|
||||
}
|
||||
|
||||
.btn1 {
|
||||
background: #409eff;
|
||||
background: #4ea6ff;
|
||||
|
||||
.search {
|
||||
width: 15px;
|
||||
|
||||
Reference in New Issue
Block a user