mirror of
https://github.com/cuiocean/ZY-Player.git
synced 2026-05-10 00:02:16 +08:00
v0.7.2 完成所有界面布局. 逻辑暂未开始
This commit is contained in:
@@ -1,10 +1,16 @@
|
||||
<template>
|
||||
<el-row class="detail"></el-row>
|
||||
<el-row class="detail">detail</el-row>
|
||||
</template>
|
||||
<script lang="ts">
|
||||
import Vue from 'vue'
|
||||
export default Vue.extend({})
|
||||
export default Vue.extend({
|
||||
name: 'detail'
|
||||
})
|
||||
</script>
|
||||
<style lang="scss" scoped>
|
||||
|
||||
.detail{
|
||||
height: 100%;
|
||||
box-sizing: border-box;
|
||||
padding: 10px;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user