Files
zsxt_nbzs_h5/web-react/src/assets/style/lib/align.less
2021-06-11 14:48:04 +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;
}