This commit is contained in:
parent
21b145b216
commit
92600a0f64
@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<div class="overflow-overlay h-full m-4 bg-white rounded-2 shadow-lg p-8 flex flex-col justify-between space-y-4">
|
||||
<div class="border-solid border-2 border-gray-100 rounded-lg p-4 flex space-x-8">
|
||||
<a-image :src="data.image" :width="200"></a-image>
|
||||
<a-image :src="data.image" :width="100"></a-image>
|
||||
<div class="flex justify-between w-full pr-16">
|
||||
<div class="p-4 flex flex-col justify-between">
|
||||
<div class="text-xl font-bold">名称:{{data.name}}</div>
|
||||
|
Loading…
Reference in New Issue
Block a user