style: model readme.md table cell align left
This commit is contained in:
@@ -48,12 +48,12 @@
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
||||||
th {
|
th {
|
||||||
text-align: left;
|
|
||||||
font-weight: var(--font-weight-bold);
|
font-weight: var(--font-weight-bold);
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
padding-inline: 6px;
|
padding-inline: 6px;
|
||||||
border-bottom: 1px solid var(--ant-color-split);
|
border-bottom: 1px solid var(--ant-color-split);
|
||||||
word-break: break-word;
|
word-break: break-word;
|
||||||
|
text-align: left !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
td {
|
td {
|
||||||
@@ -61,6 +61,7 @@
|
|||||||
padding-inline: 6px;
|
padding-inline: 6px;
|
||||||
border-bottom: 1px solid var(--ant-color-split);
|
border-bottom: 1px solid var(--ant-color-split);
|
||||||
word-break: break-word;
|
word-break: break-word;
|
||||||
|
text-align: left !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
div {
|
div {
|
||||||
|
|||||||
+2
-1
@@ -548,8 +548,9 @@ body {
|
|||||||
color: var(--ant-color-error) !important;
|
color: var(--ant-color-error) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ant-image .ant-image-mask {
|
.ant-image {
|
||||||
border-radius: var(--border-radius-base);
|
border-radius: var(--border-radius-base);
|
||||||
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ant-message-notice-wrapper {
|
.ant-message-notice-wrapper {
|
||||||
|
|||||||
Reference in New Issue
Block a user