13 lines
251 B
CSS
13 lines
251 B
CSS
table {
|
|
margin-top: 10px;
|
|
text-align: left; /* 不影响表格内容 */
|
|
}
|
|
|
|
.text-col {
|
|
max-width: 360px;
|
|
line-height: 1.5em;
|
|
word-break: break-word;
|
|
font-weight: 600;
|
|
color: #333;
|
|
}
|