浏览代码

样式调整

lifanagju_citu 2 周之前
父节点
当前提交
860c58f2da
共有 1 个文件被更改,包括 8 次插入4 次删除
  1. 8 4
      src/views/menduner/system/talentMap/store/components/merge.vue

+ 8 - 4
src/views/menduner/system/talentMap/store/components/merge.vue

@@ -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;