处理冲突

This commit is contained in:
李大饼
2024-10-12 13:42:48 +00:00
committed by Gitee
2 changed files with 159 additions and 150 deletions

View File

@@ -26,3 +26,12 @@ watch(()=>token.value,async (newValue,oldValue)=>{
})
</script>
<style>
.el-form--inline {
.el-form-item {
.el-input, .el-cascader, .el-select, .el-autocomplete {
width: 180px;
}
}
}
</style>