gaosp
2024-01-14 9d63225708dcd79255223be4c716bf17b0997ffe
update
已修改2个文件
4 ■■■■ 文件已修改
src/container/deviceType/Manage-add-update.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/styles/index.scss 2 ●●● 补丁 | 查看 | 原始文档 | 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;
}