Upload folder using huggingface_hub
Browse files
README.md
CHANGED
@@ -37,7 +37,7 @@ pipeline_tag: robotics
|
|
37 |
|
38 |
/* 第一个表格样式 - 每行4列 */
|
39 |
.table-four-cols tr {
|
40 |
-
height:
|
41 |
}
|
42 |
|
43 |
.table-four-cols td {
|
@@ -46,7 +46,7 @@ pipeline_tag: robotics
|
|
46 |
|
47 |
/* 第二个表格样式 - 每行3列 */
|
48 |
.table-three-cols tr {
|
49 |
-
height:
|
50 |
}
|
51 |
|
52 |
.table-three-cols td {
|
|
|
37 |
|
38 |
/* 第一个表格样式 - 每行4列 */
|
39 |
.table-four-cols tr {
|
40 |
+
height: 180px;
|
41 |
}
|
42 |
|
43 |
.table-four-cols td {
|
|
|
46 |
|
47 |
/* 第二个表格样式 - 每行3列 */
|
48 |
.table-three-cols tr {
|
49 |
+
height: 180px;
|
50 |
}
|
51 |
|
52 |
.table-three-cols td {
|