Browse Source

readme修改

tongshangming 1 year ago
parent
commit
74149ed308
2 changed files with 2 additions and 1 deletions
  1. 1 1
      README.md
  2. 1 0
      src/components/core/form/DialogForm.vue

+ 1 - 1
README.md

@@ -2,6 +2,6 @@
 
 ## 方是科技管理后台框架
 
-### vue3 + vite4 + pinia + typescript + element-plus
+### vue3 + vite5 + pinia + typescript + element-plus
 
 ### [图标库链接](https://iconpark.oceanengine.com/official)

+ 1 - 0
src/components/core/form/DialogForm.vue

@@ -91,6 +91,7 @@ const submit = async () => {
 <style lang="scss" scoped>
 :deep(.el-dialog__header) {
   border-bottom: 1px solid #e3edfe;
+  margin-right: 0;
 }
 :deep(.el-dialog__body) {
   max-height: calc(100vh - 56px - 62px);