This commit is contained in:
liushuai
2019-09-20 11:05:39 +08:00
parent d96ac087e9
commit 637c36316a
2 changed files with 16 additions and 1 deletions

View File

@@ -170,6 +170,21 @@ el-card{
color: white;
}
}
.el-button--baocun.is-disabled{
background: LightGreen;
border-color: LightGreen;
color: white;
&:hover{
background: LightGreen;
border-color: LightGreen;
color: white;
}
&:focus{
background: LightGreen;
border-color: LightGreen;
color: white;
}
}
.el-button--primary{
background: #ff9759;
border-color: #ff9759;

View File

@@ -25,7 +25,7 @@
:value="item.value"/>
</el-select>
<el-button type="primary" size="small" icon="el-icon-bangzhu" style="margin-left: 10px" @click="selectAll(tableData)">全选</el-button>
<el-button type="baocun" size="small" icon="el-icon-upload" style="margin-left: 10px" @click="save">保存</el-button>
<el-button type="baocun" size="small" icon="el-icon-upload" disabled style="margin-left: 10px" @click="save">保存</el-button>
</el-card>
<el-card>