mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-17 23:06:45 +08:00
修改
This commit is contained in:
@@ -59,7 +59,7 @@
|
|||||||
<div>
|
<div>
|
||||||
<div id="articleAnking">
|
<div id="articleAnking">
|
||||||
<el-button class="write-art" @click="openDialog" icon="el-icon-edit" type="primary">写文章</el-button>
|
<el-button class="write-art" @click="openDialog" icon="el-icon-edit" type="primary">写文章</el-button>
|
||||||
<div class="portal-right-box list-bg">
|
<div class="portal-right-box art-bgimg">
|
||||||
<p class="portal-title-one" style="padding-bottom:12px" >贡献榜</p>
|
<p class="portal-title-one" style="padding-bottom:12px" >贡献榜</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li v-for="(item, index) in ankingList" :key="index" style="margin-top:30px">
|
<li v-for="(item, index) in ankingList" :key="index" style="margin-top:30px">
|
||||||
@@ -260,9 +260,7 @@ export default {
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style scoped lang="scss">
|
<style scoped lang="scss">
|
||||||
.list-bg{
|
|
||||||
background-image: url('../../../../public/images/contribute.png') no-repeat 0 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.write-art{
|
.write-art{
|
||||||
width: 410px;
|
width: 410px;
|
||||||
|
|||||||
@@ -393,9 +393,6 @@ export default {
|
|||||||
height: 240px;
|
height: 240px;
|
||||||
background: url('/images/article-banner.png');
|
background: url('/images/article-banner.png');
|
||||||
}
|
}
|
||||||
// .list-bg{
|
|
||||||
// background-image: url('../../../../public/images/contribute.png') no-repeat 0 0;
|
|
||||||
// }
|
|
||||||
.write-art{
|
.write-art{
|
||||||
width: 410px;
|
width: 410px;
|
||||||
height: 67px;
|
height: 67px;
|
||||||
|
|||||||
Reference in New Issue
Block a user