refs #251 Fix float setting
This commit is contained in:
parent
2c76e89329
commit
a2d49ac8fe
|
@ -172,9 +172,8 @@ export default {
|
|||
.timestamp {
|
||||
font-size: var(--base-font-size);
|
||||
text-align: right;
|
||||
width: 100%;
|
||||
color: #909399;
|
||||
flota: right;
|
||||
float: right;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -486,9 +486,8 @@ export default {
|
|||
.timestamp {
|
||||
font-size: var(--base-font-size);
|
||||
text-align: right;
|
||||
width: 100%;
|
||||
color: #909399;
|
||||
flota: right;
|
||||
float: right;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue