diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000..7cbe275 Binary files /dev/null and b/.DS_Store differ diff --git a/doc/.~充站控系统-HTTP管理接口.docx b/doc/.~充站控系统-HTTP管理接口.docx new file mode 100644 index 0000000..d6183a8 Binary files /dev/null and b/doc/.~充站控系统-HTTP管理接口.docx differ diff --git a/web/src/App.vue b/web/src/App.vue index d466d32..c385198 100644 --- a/web/src/App.vue +++ b/web/src/App.vue @@ -26,5 +26,6 @@ const locale = ref(zhCN) right: 0; min-width: 1440px; min-height: 900px; + color: #fff; } diff --git a/web/src/components/ComTable.vue b/web/src/components/ComTable.vue index 3d9794d..65502e1 100644 --- a/web/src/components/ComTable.vue +++ b/web/src/components/ComTable.vue @@ -39,13 +39,13 @@ :data-source="record.currentLimitList" :pagination="false" > - diff --git a/web/src/components/SearchBox.vue b/web/src/components/SearchBox.vue index e90ded8..3d8aa2e 100644 --- a/web/src/components/SearchBox.vue +++ b/web/src/components/SearchBox.vue @@ -1,6 +1,5 @@