first commit
This commit is contained in:
18
金壶/appV1/components/common/price.nvue
Normal file
18
金壶/appV1/components/common/price.nvue
Normal file
@@ -0,0 +1,18 @@
|
||||
<template>
|
||||
<div>
|
||||
<div class="flex-row">
|
||||
<text class="font" style="color: #FD6801;">¥</text>
|
||||
<text style="color: #FD6801;font-size: 32px;"><slot /></text>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
|
||||
}
|
||||
</script>
|
||||
<style src="@/common/zcm-main-nvue.css"></style>
|
||||
<style>
|
||||
|
||||
</style>
|
||||
Reference in New Issue
Block a user