style: model readme.md table cell align left

This commit is contained in:
jialin
2024-09-30 20:12:01 +08:00
parent 5df6154abe
commit c041d768b2
2 changed files with 4 additions and 2 deletions
+2 -1
View File
@@ -48,12 +48,12 @@
width: 100%;
th {
text-align: left;
font-weight: var(--font-weight-bold);
line-height: 1.5;
padding-inline: 6px;
border-bottom: 1px solid var(--ant-color-split);
word-break: break-word;
text-align: left !important;
}
td {
@@ -61,6 +61,7 @@
padding-inline: 6px;
border-bottom: 1px solid var(--ant-color-split);
word-break: break-word;
text-align: left !important;
}
div {
+2 -1
View File
@@ -548,8 +548,9 @@ body {
color: var(--ant-color-error) !important;
}
.ant-image .ant-image-mask {
.ant-image {
border-radius: var(--border-radius-base);
overflow: hidden;
}
.ant-message-notice-wrapper {