更新
This commit is contained in:
@@ -170,6 +170,21 @@ el-card{
|
|||||||
color: white;
|
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{
|
.el-button--primary{
|
||||||
background: #ff9759;
|
background: #ff9759;
|
||||||
border-color: #ff9759;
|
border-color: #ff9759;
|
||||||
|
|||||||
@@ -25,7 +25,7 @@
|
|||||||
:value="item.value"/>
|
:value="item.value"/>
|
||||||
</el-select>
|
</el-select>
|
||||||
<el-button type="primary" size="small" icon="el-icon-bangzhu" style="margin-left: 10px" @click="selectAll(tableData)">全选</el-button>
|
<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>
|
||||||
|
|
||||||
<el-card>
|
<el-card>
|
||||||
|
|||||||
Reference in New Issue
Block a user