@emailmaker/filemanager 0.10.19 → 0.10.21
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.
- package/file-manager.css +12 -4
- package/file-manager.esm.js +3 -3
- package/file-manager.esm.js.map +1 -1
- package/file-manager.js +1 -1
- package/package.json +1 -1
package/file-manager.css
CHANGED
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
margin-top: calc(var(--margin) * 1px);
|
|
52
52
|
}
|
|
53
53
|
|
|
54
|
-
.em-filemanager .uploadIcon {
|
|
54
|
+
.em-filemanager .uploadIcon > span {
|
|
55
55
|
font-size: 64px;
|
|
56
56
|
color: var(--colorPrimary);
|
|
57
57
|
margin-bottom: calc(var(--margin) * 1px);
|
|
@@ -194,6 +194,7 @@
|
|
|
194
194
|
|
|
195
195
|
.em-filemanager .selectedRow {
|
|
196
196
|
outline: 2px solid var(--colorPrimary) !important;
|
|
197
|
+
outline-offset: -1px;
|
|
197
198
|
}
|
|
198
199
|
|
|
199
200
|
.em-filemanager .gridCardSelected,
|
|
@@ -644,6 +645,7 @@
|
|
|
644
645
|
white-space: nowrap;
|
|
645
646
|
cursor: default;
|
|
646
647
|
flex-shrink: 0; /* Запрещаем сжатие счетчика */
|
|
648
|
+
margin-right: 10px;
|
|
647
649
|
}
|
|
648
650
|
|
|
649
651
|
/* :global(.ant-tree .ant-tree-node-content-wrapper.ant-tree-node-selected):hover {
|
|
@@ -1239,7 +1241,13 @@
|
|
|
1239
1241
|
}
|
|
1240
1242
|
.em-filemanager .imageAi {
|
|
1241
1243
|
height: calc(100% - 142px);
|
|
1242
|
-
padding: var(--marginLG);
|
|
1244
|
+
padding: calc(var(--marginLG) * 1px);
|
|
1245
|
+
}
|
|
1246
|
+
.em-filemanager .imageAi .imageAiExample {
|
|
1247
|
+
padding-bottom: calc(var(--marginLG) * 1px);
|
|
1248
|
+
}
|
|
1249
|
+
.em-filemanager .imageAi .imageAiExample span {
|
|
1250
|
+
color: var(--colorTextSecondary);
|
|
1243
1251
|
}
|
|
1244
1252
|
|
|
1245
1253
|
.em-filemanager .slideshowImage {
|
|
@@ -1545,8 +1553,8 @@
|
|
|
1545
1553
|
background: var(--colorBorder);
|
|
1546
1554
|
}
|
|
1547
1555
|
.em-filemanager .file-manager__layout .main-content .content-layout .ant-segmented .ant-segmented-item-label {
|
|
1548
|
-
min-height: calc((var(--formControlHeight) -
|
|
1549
|
-
line-height: calc((var(--formControlHeight) -
|
|
1556
|
+
min-height: calc((var(--formControlHeight) - 4) * 1px);
|
|
1557
|
+
line-height: calc((var(--formControlHeight) - 4) * 1px);
|
|
1550
1558
|
padding: 0 11px;
|
|
1551
1559
|
display: flex;
|
|
1552
1560
|
}
|