样式
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
<template>
|
||||
<div>
|
||||
<div class="container">
|
||||
<header>
|
||||
<div class="fl header-tip">设备:{{deviceCode}}</div>
|
||||
<button class="fr button--primary header-btn" @click="goBack">返 回</button>
|
||||
<div class="header-tip">设备:{{deviceCode}}</div>
|
||||
<button class="button button--primary" @click="goBack">返 回</button>
|
||||
</header>
|
||||
<ul v-if="tabShow" class="tabs">
|
||||
<!-- <ul v-if="tabShow" class="tabs">
|
||||
<li v-for="i in menus" :key="i.index">
|
||||
<router-link :to="i.router" :class="{'router-link-active': i.index === activeIndex}">{{i.label}}</router-link>
|
||||
</li>
|
||||
</ul>
|
||||
</ul> -->
|
||||
<slot></slot>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user