bug
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
BIN
src/project/saas/AppSpecialGroups/img/gird--select-icon.png
Normal file
BIN
src/project/saas/AppSpecialGroups/img/gird--select-icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.2 KiB |
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user