3h1-ui 2.14.21 → 2.14.22

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.
Files changed (4) hide show
  1. package/es/index.js +451 -255
  2. package/es/style.css +71 -0
  3. package/lib/index.js +449 -253
  4. package/package.json +3 -3
package/es/style.css CHANGED
@@ -31688,4 +31688,75 @@ html[data-theme='dark'] .full-loading[data-v-ee545744]:not(.light) {
31688
31688
  align-items: center;
31689
31689
  gap: 16px;
31690
31690
  padding: 0 16px;
31691
+ }[data-v-2d2eda80] .ant-descriptions-item-content {
31692
+ padding: 0 !important;
31693
+ flex: 1;
31694
+ height: 100%;
31695
+ }
31696
+ [data-v-2d2eda80] .ant-form-item {
31697
+ margin: 0;
31698
+ }
31699
+ [data-v-2d2eda80] .ant-form-item-explain {
31700
+ display: none;
31701
+ }
31702
+ [data-v-2d2eda80] .ant-descriptions-item-label {
31703
+ --label-width: var(--989efb00);
31704
+ justify-content: right;
31705
+ align-items: center;
31706
+ width: var(--label-width) !important;
31707
+ white-space: nowrap;
31708
+ overflow: hidden;
31709
+ text-overflow: ellipsis;
31710
+ color: #b1b1b1;
31711
+ }
31712
+ [data-v-2d2eda80] .ant-descriptions-item-label span {
31713
+ white-space: nowrap;
31714
+ overflow: hidden;
31715
+ text-overflow: ellipsis;
31716
+ }
31717
+ [data-v-2d2eda80] .ant-descriptions-view tbody {
31718
+ display: block;
31719
+ }
31720
+ [data-v-2d2eda80] .ant-descriptions-view .ant-descriptions-row {
31721
+ display: flex;
31722
+ width: 100%;
31723
+ align-items: center;
31724
+ gap: 0 10px;
31725
+ }
31726
+ [data-v-2d2eda80] .ant-descriptions-item-label.description-active::before {
31727
+ content: '*';
31728
+ color: red;
31729
+ }
31730
+ [data-v-2d2eda80] .ant-descriptions-item.description-active .ant-descriptions-item-label::before {
31731
+ content: '*';
31732
+ color: red;
31733
+ }
31734
+ [data-v-2d2eda80] .ant-descriptions-item-label::after {
31735
+ content: '';
31736
+ }
31737
+ [data-v-2d2eda80] .ant-descriptions-item.description-placeholder .ant-descriptions-item-label::after {
31738
+ content: '';
31739
+ }
31740
+ [data-v-2d2eda80] .ant-form-item-has-error .ant-select-selection-placeholder {
31741
+ color: #ff4d4f !important;
31742
+ }
31743
+ [data-v-2d2eda80] .ant-descriptions.ant-descriptions-bordered .ant-descriptions-view .ant-descriptions-row {
31744
+ gap: 0;
31745
+ }
31746
+ [data-v-2d2eda80] .ant-descriptions.ant-descriptions-bordered .ant-form-item div {
31747
+ border: unset !important;
31748
+ }
31749
+ [data-v-2d2eda80] .ant-descriptions-item-label.description-placeholder {
31750
+ background-color: unset;
31751
+ border-right: unset;
31752
+ }
31753
+ [data-v-2d2eda80] .ant-descriptions-item {
31754
+ flex: 1;
31755
+ }
31756
+ [data-v-2d2eda80] .ant-row.ant-form-item {
31757
+ width: 100%;
31758
+ height: 100%;
31759
+ }
31760
+ .descriptions-item-content[data-v-2d2eda80] {
31761
+ padding: 0 8px;
31691
31762
  }