This commit is contained in:
yanran200730
2022-08-08 15:01:36 +08:00
parent 6b18352f32
commit ac46d37527
3 changed files with 2 additions and 12 deletions

View File

@@ -94,19 +94,9 @@
<style scoped lang="scss"> <style scoped lang="scss">
.DetailCard { .DetailCard {
height: 100%;
.top {
height: 112px;
background: #3975c6;
}
.middle { .middle {
margin: -80px 32px 0 32px; padding: 48px 32px 32px;
padding: 38px 30px 78px 28px;
background: #ffffff; background: #ffffff;
box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.02);
border-radius: 16px;
z-index: 999;
.hint { .hint {
font-size: 32px; font-size: 32px;
font-weight: 500; font-weight: 500;

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

@@ -11,7 +11,7 @@
<div v-if="options.length > 0"> <div v-if="options.length > 0">
<div class="cards" v-for="(item, index) in options" :key="index"> <div class="cards" v-for="(item, index) in options" :key="index">
<div class="imges"> <div class="imges">
<img src="./components/img/gird--select-icon.png" alt="" class="avatras"/> <img src="./img/gird--select-icon.png" alt="" class="avatras"/>
</div> </div>
<div class="rightes fill"> <div class="rightes fill">
<div class="applicationNames fill" @click="itemClick(item)">{{ item.girdName }}</div> <div class="applicationNames fill" @click="itemClick(item)">{{ item.girdName }}</div>