magix-components
Version:
7 lines • 391 B
HTML
<div class="wrapper" id="wrapper_<%=viewId%>">
<div mx-view="@./index" view-time="<%=time%>" view-type="<%=types%>" id="time_<%=viewId%>" class="time clearfix" mx-change="@{take}()"></div>
<div class="footer">
<button class="btn btn-brand" mx-click="@{hide}({enter:true})">确定</button>
<button class="btn ml5" mx-click="@{hide}()">取消</button>
</div>
</div>