mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-24 02:02:53 +08:00
提交
This commit is contained in:
@@ -1,6 +1,14 @@
|
||||
<template>
|
||||
<div class="u-currency">
|
||||
我 的 u 币
|
||||
<el-row :gutter="20">
|
||||
<el-col :span="12">
|
||||
<h6>我的U币 <span>U币规则 ></span> </h6>
|
||||
</el-col>
|
||||
<el-col :span="12">
|
||||
|
||||
</el-col>
|
||||
</el-row>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
@@ -18,6 +26,9 @@
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
|
||||
.u-currency{
|
||||
padding: 30px 30px;
|
||||
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user