Commit 2f3001c9 by Sixong.Zhu

file

parent cea8ee6f
Showing with 2 additions and 8 deletions
...@@ -6,13 +6,7 @@ ...@@ -6,13 +6,7 @@
class="who-read-list pos-rel" class="who-read-list pos-rel"
> >
<template> <template>
<div <div class="d-flex tabs justify-content-center">
class="d-flex tabs"
:class="{
'justify-content-center':
!readlist.length || !unreadlist.length,
}"
>
<div <div
class="tab text-nowrap" class="tab text-nowrap"
:class="{ selected: tab === 1 }" :class="{ selected: tab === 1 }"
...@@ -177,7 +171,7 @@ ...@@ -177,7 +171,7 @@
color: #000; color: #000;
z-index: 2; z-index: 2;
margin-left: -100px; margin-left: -100px;
width: 125px; width: 200px;
&.offset { &.offset {
margin-left: 0; margin-left: 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment