Files
housemove3/Web/src/assets/style/dark/lib/align.less
路 范 c03092bc0c .
2021-09-24 14:33:10 +08:00

10 lines
144 B
Plaintext

.text-left {
text-align: left !important;
}
.text-center {
text-align: center !important;
}
.text-right {
text-align: right !important;
}