@steedos-widgets/amis-object 6.10.52-beta.10 → 6.10.52-beta.12

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.
@@ -2111,6 +2111,25 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
2111
2111
  .antd-Crud .antd-Table .antd-Table-table td.steedos-table-master_detail-field .antd-Wrapper .antd-Form-item .steedos-field-lookup-wrapper .steedos-field-lookup-each > .antd-Form-item:last-child {
2112
2112
  margin-right: 0;
2113
2113
  }
2114
+ .steedos-input-rich-text-readonly .antd-RichTextControl {
2115
+ overflow-x: auto;
2116
+ }
2117
+ .steedos-input-rich-text-readonly .antd-RichTextControl table {
2118
+ width: 100% !important;
2119
+ border-collapse: collapse !important;
2120
+ border: 1px solid #ddd !important;
2121
+ margin-bottom: 10px;
2122
+ }
2123
+ .steedos-input-rich-text-readonly .antd-RichTextControl table td,
2124
+ .steedos-input-rich-text-readonly .antd-RichTextControl table th {
2125
+ padding: 5px 10px !important;
2126
+ border: 1px solid #ddd !important;
2127
+ min-width: 50px;
2128
+ }
2129
+ .steedos-input-rich-text-readonly .antd-RichTextControl table th {
2130
+ background-color: #f7f7f7;
2131
+ font-weight: bold;
2132
+ }
2114
2133
 
2115
2134
 
2116
2135
  .steedos-amis-instance-view .instance-form-view-mobile .ant-input-affix-wrapper,
@@ -2309,6 +2328,9 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
2309
2328
  .steedos-amis-instance-view table {
2310
2329
  border-collapse: collapse;
2311
2330
  }
2331
+ .steedos-amis-instance-view.steedos-instance-style-table table.instance-form-view {
2332
+ table-layout: fixed;
2333
+ }
2312
2334
  .steedos-amis-instance-view.steedos-instance-style-table table.instance-form-view .steedos-input-number-edit .antd-Number-handler-wrap {
2313
2335
  border-left: none;
2314
2336
  outline: none;
@@ -2419,6 +2441,31 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
2419
2441
  padding-right: 0 !important;
2420
2442
  }
2421
2443
  }
2444
+ .steedos-amis-instance-view .instance-form-view .steedos-field-html-readonly,
2445
+ .steedos-amis-instance-view .instance-form-view .antd-RichTextControl {
2446
+ display: block;
2447
+ overflow-x: auto;
2448
+ }
2449
+ .steedos-amis-instance-view .instance-form-view .steedos-field-html-readonly table,
2450
+ .steedos-amis-instance-view .instance-form-view .antd-RichTextControl table {
2451
+ width: 100% !important;
2452
+ border-collapse: collapse !important;
2453
+ border: 1px solid #ddd !important;
2454
+ margin-bottom: 10px;
2455
+ }
2456
+ .steedos-amis-instance-view .instance-form-view .steedos-field-html-readonly table td,
2457
+ .steedos-amis-instance-view .instance-form-view .antd-RichTextControl table td,
2458
+ .steedos-amis-instance-view .instance-form-view .steedos-field-html-readonly table th,
2459
+ .steedos-amis-instance-view .instance-form-view .antd-RichTextControl table th {
2460
+ padding: 5px 10px !important;
2461
+ border: 1px solid #ddd !important;
2462
+ min-width: 50px;
2463
+ }
2464
+ .steedos-amis-instance-view .instance-form-view .steedos-field-html-readonly table th,
2465
+ .steedos-amis-instance-view .instance-form-view .antd-RichTextControl table th {
2466
+ background-color: #f7f7f7;
2467
+ font-weight: bold;
2468
+ }
2422
2469
 
2423
2470
  .steedos-input-table .steedos-delete-button:hover {
2424
2471
  color: rgb(239 68 68) !important;