fix #41
This commit is contained in:
@ -549,7 +549,7 @@ section.acct a.account {
|
||||
|
||||
section.nrecday>svg {
|
||||
display: block;
|
||||
margin: 0 auto;
|
||||
margin: 1ch auto;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
|
@ -74,9 +74,7 @@
|
||||
<hr>
|
||||
<section class="nrecday">
|
||||
<label>活动:(最近90天)</label>
|
||||
<hr>
|
||||
</section>
|
||||
<hr>
|
||||
<section>
|
||||
<details>
|
||||
<summary>工作日志:</summary>
|
||||
@ -157,9 +155,7 @@
|
||||
<hr>
|
||||
<section class="nrecday">
|
||||
<label>活动:(最近90天)</label>
|
||||
<hr>
|
||||
</section>
|
||||
<hr>
|
||||
<section>
|
||||
<details>
|
||||
<summary>工作日志:</summary>
|
||||
@ -257,9 +253,7 @@
|
||||
<hr>
|
||||
<section class="nrecday">
|
||||
<label>活动:(最近90天)</label>
|
||||
<hr>
|
||||
</section>
|
||||
<hr>
|
||||
<section>
|
||||
<details>
|
||||
<summary>工作日志:</summary>
|
||||
@ -306,7 +300,7 @@
|
||||
</template>
|
||||
|
||||
<template id="nrecday">
|
||||
<svg class="nrecday" width="calc(16em * 1.25)" height="calc(7em * 1.25)" viewBox="0 0 16 7">
|
||||
<svg class="nrecday" width="calc(17em * 1.25)" height="calc(7em * 1.25)" viewBox="-1 0 16 7">
|
||||
<g transform="translate(0,0)">
|
||||
<text x="0" y="0.5" font-size="0.75" dominant-baseline="central">一</text>
|
||||
<text x="0" y="2.5" font-size="0.75" dominant-baseline="central">三</text>
|
||||
|
Reference in New Issue
Block a user