@seafile/sdoc-editor 2.0.50 → 2.0.51
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -87,27 +87,27 @@
|
|
|
87
87
|
padding: 0 8px;
|
|
88
88
|
}
|
|
89
89
|
|
|
90
|
-
.seatable-view-records tbody tr:first-child {
|
|
90
|
+
.seatable-view-container .seatable-view-records tbody tr:first-child {
|
|
91
91
|
font-weight: normal;
|
|
92
92
|
}
|
|
93
93
|
|
|
94
|
-
.seatable-view-records tr:nth-child(2n+1) {
|
|
94
|
+
.seatable-view-container .seatable-view-records tr:nth-child(2n+1) {
|
|
95
95
|
background-color: #fff;
|
|
96
96
|
}
|
|
97
97
|
|
|
98
|
-
.seatable-view-records tr:nth-child(2n) {
|
|
98
|
+
.seatable-view-container .seatable-view-records tr:nth-child(2n) {
|
|
99
99
|
background-color: #f8f8f8;
|
|
100
100
|
}
|
|
101
101
|
|
|
102
|
-
.seatable-view-records.no_alternate_color tr:nth-child(2n) {
|
|
102
|
+
.seatable-view-container .seatable-view-records.no_alternate_color tr:nth-child(2n) {
|
|
103
103
|
background-color: #fff;
|
|
104
104
|
}
|
|
105
105
|
|
|
106
|
-
.seatable-view-records thead tr:nth-child(2n+1) {
|
|
106
|
+
.seatable-view-container .seatable-view-records thead tr:nth-child(2n+1) {
|
|
107
107
|
background-color: #f8f8f8;
|
|
108
108
|
}
|
|
109
109
|
|
|
110
|
-
.seatable-view-records.no_alternate_color thead tr:nth-child(2n+1) {
|
|
110
|
+
.seatable-view-container .seatable-view-records.no_alternate_color thead tr:nth-child(2n+1) {
|
|
111
111
|
background-color: #fff;
|
|
112
112
|
}
|
|
113
113
|
|
package/package.json
CHANGED
|
@@ -620,6 +620,9 @@
|
|
|
620
620
|
"Select_seatable_rows": "选择 Seatable 行",
|
|
621
621
|
"Add_rows_record": "添加行记录",
|
|
622
622
|
"Double_click_then_adjust_field_width": "双击后调节字段宽度",
|
|
623
|
+
"SeaTable_row": "SeaTable 行",
|
|
624
|
+
"Please_select_one_row_record": "请选择一条记录",
|
|
625
|
+
"No_linked_records": "没有链接记录",
|
|
623
626
|
"Insert_chart": "插入图表",
|
|
624
627
|
"Edit_chart": "编辑图表",
|
|
625
628
|
"Please_complete_the_chart_configuration_first": "请先完成图表配置",
|