1 Star 0 Fork 436

ZiFy/element-plus

forked from element-plus/element-plus 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
app.example.vue 580 Bytes
一键复制 编辑 原始数据 按行查看 历史
zz 提交于 2022-06-28 16:25 . chore(play): improve import (#8468)
<template>
<div class="play-container">
<el-icon color="#409EFC">
<el-icon-check />
</el-icon>
<el-icon>
<el-icon-menu />
</el-icon>
<el-button>test</el-button>
<div v-loading="true" />
</div>
</template>
<script setup lang="ts">
// code here
</script>
<style lang="scss">
html,
body {
width: 100vw;
height: 100vh;
margin: 0;
#play {
height: 100%;
width: 100%;
.play-container {
height: 100%;
width: 100%;
display: flex;
align-items: center;
justify-content: center;
}
}
}
</style>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/zify/element-plus.git
git@gitee.com:zify/element-plus.git
zify
element-plus
element-plus
dev

搜索帮助