Skip to content

Commit

Permalink
feature:调整抽屉的title属性,消除warning
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelmaxQm committed Apr 22, 2024
1 parent 3b33fe8 commit d7d25cf
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,11 @@
"pinia": "^2.1.4",
"qs": "^6.11.2",
"screenfull": "^6.0.2",
"sortablejs": "^1.15.2",
"spark-md5": "^3.0.2",
"tailwindcss": "^3.3.3",
"vue": "^3.4.21",
"vue-router": "^4.2.4"
"vuedraggable": "^4.1.0"
},
"devDependencies": {
"@babel/eslint-parser": "^7.22.9",
Expand Down
2 changes: 1 addition & 1 deletion web/src/view/superAdmin/api/api.vue
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@
:before-close="closeDialog"
:show-close="false"
>
<template #title>
<template #header>
<div class="flex justify-between items-center">
<span class="text-lg">{{ dialogTitle }}</span>
<div>
Expand Down
2 changes: 1 addition & 1 deletion web/src/view/superAdmin/menu/menu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
:before-close="handleClose"
:show-close="false"
>
<template #title>
<template #header>
<div class="flex justify-between items-center">
<span class="text-lg">{{ dialogTitle }}</span>
<div>
Expand Down
2 changes: 1 addition & 1 deletion web/src/view/superAdmin/user/user.vue
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@
:close-on-press-escape="false"
:close-on-click-modal="false"
>
<template #title>
<template #header>
<div class="flex justify-between items-center">
<span class="text-lg">用户</span>
<div>
Expand Down
2 changes: 1 addition & 1 deletion web/src/view/systemTools/exportTemplate/exportTemplate.vue
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@
destroy-on-close
>

<template #title>
<template #header>
<div class="flex justify-between items-center">
<span class="text-lg">{{ type==='create'?'添加':'修改' }}</span>
<div>
Expand Down

0 comments on commit d7d25cf

Please sign in to comment.