7 lines
435 B
Plaintext
7 lines
435 B
Plaintext
|
|
<!-- slot实现自定义content内容 -->
|
||
|
|
<t-notice-bar visible="{{true}}">
|
||
|
|
<view slot="content" class="inline"> 提示文字描述提示文字描述提示文字描述提示文字描述提示文字描述提示文字描述 </view>
|
||
|
|
<t-link slot="operation" content="详情" theme="primary" underline="{{false}}" navigator-props="{{navigatorProps}}" />
|
||
|
|
<t-icon slot="suffix-icon" name="close" size="44rpx"></t-icon>
|
||
|
|
</t-notice-bar>
|