| | |
| | | <template> |
| | | <div> |
| | | <div class="admin-page"> |
| | | <div class="page-header"> |
| | | <div class="header-left"> |
| | | <h2> |
| | |
| | | |
| | | <el-row justify="center"> |
| | | <el-col :lg="24"> |
| | | <el-card shadow="never"> |
| | | <el-card shadow="never" class="panel-card"> |
| | | <el-form :model="form" :rules="rules" ref="formRef" label-width="120px"> |
| | | <!-- 基本信息 --> |
| | | <el-divider content-position="left"> |
| | |
| | | </script> |
| | | |
| | | <style scoped> |
| | | .page-header { |
| | | display: flex; |
| | | justify-content: space-between; |
| | | align-items: flex-start; |
| | | margin-bottom: 20px; |
| | | flex-wrap: wrap; |
| | | gap: 16px; |
| | | } |
| | | |
| | | .header-left h2 { |
| | | display: flex; |
| | | align-items: center; |
| | | gap: 8px; |
| | | margin: 0 0 8px 0; |
| | | } |
| | | |
| | | .text-muted { |
| | | color: #909399; |
| | | margin: 0; |
| | | } |
| | | |
| | | .el-divider h3 { |
| | | margin: 0; |
| | | font-size: 16px; |