2021年12月27日
摘要: <template> <div> <h1>联级菜单展示</h1> <template v-for="(item) in fakeData"> <el-dropdown trigger="hover" :hide-on-click="false" placement="bottom-end"> <!- 阅读全文
posted @ 2021-12-27 15:21 巨星太空易 阅读(38) 评论(0) 推荐(0)
  2021年12月22日
摘要: /* 表格样式 */ .messageTable { width: 100%; margin: 0 auto; } .messageTable td { border-width: 1px; padding: 6px 12px; border-style: solid; border-color: 阅读全文
posted @ 2021-12-22 16:31 巨星太空易 阅读(46) 评论(0) 推荐(0)
摘要: <template> <div> <el-button>拒绝接单</el-button> </div> </template> <script> export default { props: [], components: {}, data () { return { rejectDialog:f 阅读全文
posted @ 2021-12-22 14:51 巨星太空易 阅读(53) 评论(0) 推荐(0)
  2021年12月20日
摘要: .box{ width: 25px; height: 25px; /* margin: 50px auto; */ border-radius: 50%; ">brown; transition: all 0.5s; -webkit-transition: all .5s;/* Safari 和 C 阅读全文
posted @ 2021-12-20 11:29 巨星太空易 阅读(74) 评论(0) 推荐(0)
  2021年12月17日
摘要: <template> <div class="big"> <el-carousel height="250px" > <el-carousel-item v-for="item in 4" :key="item"> <h3 class="small">{{ item }}</h3> </el-car 阅读全文
posted @ 2021-12-17 23:36 巨星太空易 阅读(123) 评论(0) 推荐(0)
  2021年12月16日
摘要: <template> <div> <el-row class="tac"> <el-col :span="4"> <h5>全部商品分类</h5> <el-menu default-active="2" class="el-menu-vertical-demo" @open="handleOpen" 阅读全文
posted @ 2021-12-16 00:50 巨星太空易 阅读(74) 评论(0) 推荐(0)
  2021年12月12日
摘要: { // Place your 全局 snippets here. Each snippet is defined under a snippet name and has a scope, prefix, body and // description. Add comma separated i 阅读全文
posted @ 2021-12-12 22:19 巨星太空易 阅读(31) 评论(0) 推荐(0)
  2021年12月11日
摘要: 第一次发文 阅读全文
posted @ 2021-12-11 11:27 巨星太空易 阅读(15) 评论(0) 推荐(0)