mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-18 07:16:46 +08:00
修改button 操作按钮样式
This commit is contained in:
@@ -177,12 +177,12 @@ export default {
|
||||
projAuditModal: false,
|
||||
closeBack: false,
|
||||
columns1: [
|
||||
{
|
||||
title: "序号",
|
||||
dataIndex: "number",
|
||||
key: "number",
|
||||
align: "center",
|
||||
},
|
||||
// {
|
||||
// title: "序号",
|
||||
// dataIndex: "number",
|
||||
// key: "number",
|
||||
// align: "center",
|
||||
// },
|
||||
{
|
||||
title: "项目名称",
|
||||
dataIndex: "name",
|
||||
@@ -571,7 +571,7 @@ export default {
|
||||
.tmplh_btn {
|
||||
display: flex;
|
||||
// margin-left: 38px;
|
||||
margin-top: 52px;
|
||||
margin-top: 32px;
|
||||
|
||||
.btn {
|
||||
padding: 0px 26px 0px 26px;
|
||||
@@ -605,7 +605,7 @@ export default {
|
||||
}
|
||||
|
||||
.btn1 {
|
||||
background: #409eff;
|
||||
background: #4ea6ff;
|
||||
|
||||
.search {
|
||||
width: 15px;
|
||||
|
||||
Reference in New Issue
Block a user