首页细节调整
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
<template>
|
||||
<template>
|
||||
<view class="admin-page-container">
|
||||
<view class="page-card">
|
||||
<view class="page-header">
|
||||
<text class="page-title">閰嶉€佸憳绠$悊</text>
|
||||
<text class="page-title">配送员管理</text>
|
||||
</view>
|
||||
<view class="page-content">
|
||||
<text class="placeholder-text">閰嶉€佸憳绠$悊 椤甸潰寮€鍙戜腑...</text>
|
||||
<text class="placeholder-text">配送员管理 页面开发中...</text>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
@@ -15,10 +15,9 @@
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
.admin-page-container { /* padding removed */ }
|
||||
.admin-page-container { padding: 20px; background-color: #f5f7f9; min-height: 100vh; }
|
||||
.page-card { background-color: #fff; border-radius: 4px; padding: 20px; box-shadow: 0 1px 4px rgba(0,21,41,0.08); }
|
||||
.page-header { margin-bottom: 20px; border-bottom: 1px solid #f0f0f0; padding-bottom: 15px; }
|
||||
.page-title { font-size: 16px; font-weight: bold; color: #303133; }
|
||||
.placeholder-text { font-size: 14px; color: #909399; }
|
||||
</style>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user