Files
zsxt_nbzs_h5/Web/src/assets/style/lib/align.less
2021-05-11 20:11:16 +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;
}