buli
2023-06-05 3962c2bb0435484b60a3e408e4738d792e249a53
1
2
3
4
5
6
7
8
9
<template>
    <c-common-toast></c-common-toast>
    <template if:true={isShowReminder}>
        <div style="border: 1px solid #D4D4D4;border-radius:5px;margin-bottom:7px;color:#ff6a00;font-size:18px;">
            <lightning-icon style="margin: 2px;" icon-name="custom:custom53" size="small"></lightning-icon>
            <strong style="padding-top: 2px;">&nbsp;&nbsp;&nbsp;提醒:{msg}</strong>
        </div>
    </template>
</template>