feat: 增加系统配置功能

增加系统配置功能,优化form表单的input输入框的问题
This commit is contained in:
胡少翔
2024-07-30 16:23:17 +08:00
parent 04a019e356
commit 7daa2690e7
4 changed files with 416 additions and 6 deletions

View File

@@ -386,9 +386,3 @@ onMounted(() => {
handleQuery();
});
</script>
<style scoped lang="scss">
.el-form--inline .el-form-item {
margin-top: 18px;
}
</style>