feat(directory): slight update on office update style
This commit is contained in:
@@ -169,7 +169,7 @@ export default function Home() {
|
|||||||
{
|
{
|
||||||
officalUpdate.length > operators.length && (
|
officalUpdate.length > operators.length && (
|
||||||
<section>
|
<section>
|
||||||
<section className={classes['offical-update']}>
|
<section className={`${classes['offical-update']} ${classes.group}`}>
|
||||||
<section className={classes.info}>
|
<section className={classes.info}>
|
||||||
<section className={classes.content}>
|
<section className={classes.content}>
|
||||||
<section className={classes.text}>{officalUpdate.length - operators.length} {i18n("new_op_wait_to_update")}</section>
|
<section className={classes.text}>{officalUpdate.length - operators.length} {i18n("new_op_wait_to_update")}</section>
|
||||||
|
|||||||
@@ -1,10 +1,6 @@
|
|||||||
@use "@/scss/_page_base.scss";
|
@use "@/scss/_page_base.scss";
|
||||||
|
|
||||||
.offical-update {
|
.offical-update {
|
||||||
flex-direction: column;
|
|
||||||
align-items: stretch;
|
|
||||||
padding: 1rem;
|
|
||||||
|
|
||||||
.info {
|
.info {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|||||||
Reference in New Issue
Block a user