mirror of
https://github.com/ZZZure/ZZZ-Plugin.git
synced 2025-12-17 05:37:46 +00:00
fix: 伤害计算显示
This commit is contained in:
parent
e76a9ed7ed
commit
2f83ea81a4
5 changed files with 12 additions and 7 deletions
|
|
@ -552,7 +552,7 @@
|
|||
|
||||
.dmg-tr {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 1fr 1fr;
|
||||
grid-template-columns: 1.5fr 1fr 1fr;
|
||||
border-bottom: 0.1em solid rgba(255, 255, 255, 0.2);
|
||||
|
||||
&:first-child {
|
||||
|
|
@ -561,6 +561,7 @@
|
|||
font-size: 1.1em;
|
||||
background: rgba(0, 0, 0, 0.2);
|
||||
text-shadow: 0 0 0.2em rgba(0, 0, 0, 0.6);
|
||||
color: rgb(206, 190, 149);
|
||||
.dmg-td {
|
||||
text-align: center !important;
|
||||
background: none !important;
|
||||
|
|
@ -575,6 +576,7 @@
|
|||
&:first-child {
|
||||
text-align: left;
|
||||
background: rgba(0, 0, 0, 0.2);
|
||||
color: rgb(206, 190, 149);
|
||||
}
|
||||
&:last-child {
|
||||
border-right: none;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue