first commit
This commit is contained in:
29
芳林公司项目/zyhelp/components/tpl/TipsTitle.vue
Executable file
29
芳林公司项目/zyhelp/components/tpl/TipsTitle.vue
Executable file
@@ -0,0 +1,29 @@
|
||||
<template>
|
||||
<div class="TipsTitle">
|
||||
{{title}}
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
props: {
|
||||
title: {
|
||||
type: String,
|
||||
default: ''
|
||||
}
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<style lang="less" scoped>
|
||||
@import "../../common/less/index";
|
||||
.TipsTitle {
|
||||
margin-top: 18.115rpx;
|
||||
font-size: 29.985rpx;
|
||||
padding-left: 21.939rpx;
|
||||
margin-bottom: 18.515rpx;
|
||||
color: #000;
|
||||
font-weight: 500;
|
||||
border-left: 5.434rpx solid @themeColor;
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user