修改button 操作按钮样式

This commit is contained in:
zhangyc
2022-12-12 02:10:09 +08:00
parent b59036dfe1
commit b744d6ae74
66 changed files with 1216 additions and 993 deletions

View File

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