11
This commit is contained in:
@@ -85,7 +85,6 @@
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* 列宽分配
|
* 列宽分配
|
||||||
* 总宽度为 100%
|
|
||||||
*/
|
*/
|
||||||
.rank-width {
|
.rank-width {
|
||||||
width: 8%;
|
width: 8%;
|
||||||
@@ -146,13 +145,14 @@
|
|||||||
*/
|
*/
|
||||||
.force-col {
|
.force-col {
|
||||||
padding-left: 4px;
|
padding-left: 4px;
|
||||||
padding-right: 6px;
|
padding-right: 4px;
|
||||||
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.force {
|
.force {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: flex-start;
|
justify-content: center;
|
||||||
gap: 9px;
|
gap: 9px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
min-width: 0;
|
min-width: 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user