|
@@ -90,8 +90,8 @@ const talentTags = ref([{talent: '1', tag:'新开酒店经验'}, {talent: '2', t
|
|
|
const infoList = ref([
|
|
|
{
|
|
|
title: '姓名1',
|
|
|
- description: '这是第一条记录的详细描述内容...',
|
|
|
- shortDesc: '记录1的简短描述'
|
|
|
+ description: '暂无描述',
|
|
|
+ shortDesc: '记录1暂无描述'
|
|
|
},
|
|
|
{
|
|
|
title: '姓名2',
|
|
@@ -219,11 +219,15 @@ const submitForm = async () => {
|
|
|
width: 100%;
|
|
|
background-color: #fff;
|
|
|
overflow: hidden;
|
|
|
+ border-top: 1px solid #eee;
|
|
|
.carouselContent {
|
|
|
display: flex;
|
|
|
- height: 100px;
|
|
|
+ align-items: center;
|
|
|
+ height: 100%;
|
|
|
.carouselItem {
|
|
|
- border: 1px solid rgba(128, 128, 128, 0.34);
|
|
|
+ width: 108px;
|
|
|
+ height: 80px;
|
|
|
+ border: 1px solid #80808057;
|
|
|
border-radius: 5px;
|
|
|
margin: 0 10px;
|
|
|
padding: 10px;
|