丰都先提交一下
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<section class="fdCard">
|
||||
<div class="label flex">
|
||||
<div class="label">
|
||||
<label class="fill" v-text="label"/>
|
||||
<slot v-if="$slots.right" name="right"/>
|
||||
</div>
|
||||
@@ -20,9 +20,10 @@ export default {
|
||||
<style scoped lang="scss">
|
||||
.fdCard {
|
||||
backdrop-filter: blur(8px);
|
||||
background: #7583900f;
|
||||
|
||||
.label {
|
||||
display: block;
|
||||
display: flex;
|
||||
color: white;
|
||||
background-image: url("../assets/card-label-icon.png"), url("../assets/card-bottom.png");
|
||||
background-repeat: no-repeat;
|
||||
|
||||
Reference in New Issue
Block a user