diff --git a/package.json b/package.json
index c1d242c..0e0db07 100644
--- a/package.json
+++ b/package.json
@@ -1,5 +1,5 @@
{
- "name": "dm-admin",
+ "name": "beefast-admin",
"version": "0.1.0",
"private": true,
"dependencies": {
diff --git a/public/index.html b/public/index.html
index 156b105..782f1b5 100644
--- a/public/index.html
+++ b/public/index.html
@@ -1,18 +1,17 @@
-
+
- 闪兔到家后台管理系统
-
-
+
+ 蜂快到家后台管理系统
+
+
\ No newline at end of file
diff --git a/src/utils/request.js b/src/utils/request.js
index f588185..5d06938 100644
--- a/src/utils/request.js
+++ b/src/utils/request.js
@@ -2,7 +2,7 @@ import axios from 'axios'
import { message } from 'ant-design-vue'
const request = axios.create({
- baseURL: 'https://api-dev.ibtc.work',
+ baseURL: 'http://127.0.0.1:8000',
timeout: 5000
})
diff --git a/src/views/community/BuildingList.vue b/src/views/community/BuildingList.vue
index cdd97f0..483f491 100644
--- a/src/views/community/BuildingList.vue
+++ b/src/views/community/BuildingList.vue
@@ -13,7 +13,7 @@
@@ -38,11 +38,6 @@
@change="handleTableChange"
row-key="id"
>
-
-
- {{ formatDateTime(record.create_time) }}
-
-
@@ -76,6 +71,7 @@
placeholder="请选择小区"
:options="communityOptions"
:field-names="{ label: 'name', value: 'id' }"
+ style="height: 32px"
/>
@@ -141,12 +137,6 @@ export default defineComponent({
dataIndex: 'building_number',
key: 'building_number',
width: 150,
- },
- {
- title: '创建时间',
- dataIndex: 'create_time',
- key: 'create_time',
- width: 180,
}
]
@@ -366,20 +356,20 @@ export default defineComponent({
:deep(.ant-input),
:deep(.ant-select) {
- height: 40px;
+ height: 32px !important;
}
:deep(.ant-select-selector) {
- height: 40px !important;
- padding: 4px 11px !important;
-
- .ant-select-selection-search-input {
- height: 38px !important;
- }
-
- .ant-select-selection-item {
- line-height: 38px !important;
- }
+ height: 32px !important;
+ padding: 0 11px !important;
+}
+
+:deep(.ant-select-selection-search-input) {
+ height: 30px !important;
+}
+
+:deep(.ant-select-selection-item) {
+ line-height: 30px !important;
}
:deep(.ant-input::placeholder),