mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-17 14:56:44 +08:00
修改
This commit is contained in:
@@ -59,7 +59,7 @@
|
||||
<div>
|
||||
<div id="articleAnking">
|
||||
<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>
|
||||
<ul>
|
||||
<li v-for="(item, index) in ankingList" :key="index" style="margin-top:30px">
|
||||
@@ -260,9 +260,7 @@ export default {
|
||||
</script>
|
||||
|
||||
<style scoped lang="scss">
|
||||
.list-bg{
|
||||
background-image: url('../../../../public/images/contribute.png') no-repeat 0 0;
|
||||
}
|
||||
|
||||
|
||||
.write-art{
|
||||
width: 410px;
|
||||
|
||||
@@ -393,9 +393,6 @@ export default {
|
||||
height: 240px;
|
||||
background: url('/images/article-banner.png');
|
||||
}
|
||||
// .list-bg{
|
||||
// background-image: url('../../../../public/images/contribute.png') no-repeat 0 0;
|
||||
// }
|
||||
.write-art{
|
||||
width: 410px;
|
||||
height: 67px;
|
||||
|
||||
Reference in New Issue
Block a user