导航、车辆、系统、弹窗、登录

This commit is contained in:
2023-10-21 17:28:31 +08:00
parent 0fee4ca8a3
commit 788e748ab3
48 changed files with 772 additions and 630 deletions

View File

@@ -4,16 +4,16 @@
<div class="dialog">
<div class="dialog_header">
<span class="dialog_title">{{title}}</span>
<button class="dialog_headerbtn" @click="toCancle">
<!-- <button class="dialog_headerbtn" @click="toCancle">
<i class="iconfont icon_close"></i>
</button>
</button> -->
</div>
<div class="dialog_body">
<slot></slot>
</div>
<div class="dialog_footer">
<button class="button button--primary" @click="toCancle">取消</button>
<button class="button button--primary" :class="{'button--info': unclick === true}" :disabled="disabled" @click="toSure">确定</button>
<button class="button_control button_control_s button_control_disabled mgr31" @click="toCancle"><p>取消</p></button>
<button class="button_control button_control_s" :class="{'button--info': unclick === true}" :disabled="disabled" @click="toSure"><p>确定</p></button>
</div>
</div>
</div>
@@ -49,3 +49,8 @@ export default {
}
}
</script>
<style lang="stylus" scoped>
.mgr31
margin-right 31px
</style>

View File

@@ -59,9 +59,9 @@ export default {
.date-wraper
width 130px
_font(34px, 36px, #B4C1D8,,right)
font-family Source Han Sans CN
font-family SourceHanSansCN-Regular
.time-wraper
width 130px
_font(16px, 30px, #B4C1D8,,right)
font-family Source Han Sans CN
font-family SourceHanSansCN-Regular
</style>