src/container/deviceType/Manage-add-update.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/styles/index.scss | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/container/deviceType/Manage-add-update.vue
@@ -21,7 +21,7 @@ <!-- 按钮 --> <span slot="footer" class="dialog-footer"> <el-button size="mini" @click="cancel">取消</el-button> <el-button size="mini" type="primary" @click="dataFormSubmit()">保存</el-button> <el-button class="active" size="mini" type="primary" @click="dataFormSubmit()">保存</el-button> </span> </el-dialog> </div> src/styles/index.scss
@@ -107,5 +107,5 @@ background-color: transparent; } .el-button--primary.active { background-color: #5DD1FC; background-color: #5DD1FC!important; }