周末生成 页面
This commit is contained in:
@@ -48,7 +48,8 @@
|
|||||||
:before-close="handleClose"
|
:before-close="handleClose"
|
||||||
:show-close="false"
|
:show-close="false"
|
||||||
append-to-body
|
append-to-body
|
||||||
class="gva-tech-drawer"
|
destroy-on-close
|
||||||
|
class="gva-tech-drawer menu-form-drawer"
|
||||||
>
|
>
|
||||||
<template #header>
|
<template #header>
|
||||||
<div class="flex justify-between items-center">
|
<div class="flex justify-between items-center">
|
||||||
@@ -475,7 +476,7 @@
|
|||||||
const checkFlag = ref(false)
|
const checkFlag = ref(false)
|
||||||
const initForm = () => {
|
const initForm = () => {
|
||||||
checkFlag.value = false
|
checkFlag.value = false
|
||||||
menuForm.value.resetFields()
|
menuForm.value?.resetFields()
|
||||||
form.value = {
|
form.value = {
|
||||||
ID: 0,
|
ID: 0,
|
||||||
path: '',
|
path: '',
|
||||||
@@ -582,6 +583,29 @@
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style scoped lang="scss">
|
<style scoped lang="scss">
|
||||||
|
:global(.menu-form-drawer) {
|
||||||
|
width: min(800px, 100vw) !important;
|
||||||
|
max-width: 100vw;
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
|
:global(.menu-form-drawer .el-drawer__body) {
|
||||||
|
min-width: 0;
|
||||||
|
overflow-x: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
|
:global(.menu-form-drawer .el-form),
|
||||||
|
:global(.menu-form-drawer .el-row),
|
||||||
|
:global(.menu-form-drawer .el-col),
|
||||||
|
:global(.menu-form-drawer .el-form-item),
|
||||||
|
:global(.menu-form-drawer .el-form-item__content) {
|
||||||
|
min-width: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
:global(.menu-form-drawer .el-form-item__content) {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
.warning {
|
.warning {
|
||||||
color: var(--tech-danger);
|
color: var(--tech-danger);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user