@emailmaker/filemanager 0.10.70 → 0.10.71

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 CHANGED
@@ -1239,12 +1239,15 @@
1239
1239
  }
1240
1240
  .em-filemanager .gifTab {
1241
1241
  height: 100%;
1242
+ min-height: 0;
1242
1243
  }
1243
1244
 
1244
1245
  .em-filemanager .scrollableDiv {
1245
1246
  width: 100%;
1246
1247
  height: 100%;
1247
1248
  overflow: auto;
1249
+ overflow-x: hidden;
1250
+ box-sizing: border-box;
1248
1251
  line-height: 0;
1249
1252
  display: flex;
1250
1253
  flex-direction: column;
@@ -1363,7 +1366,9 @@
1363
1366
  }
1364
1367
 
1365
1368
  .em-filemanager .searchOutputWrapper {
1366
- height: calc(100vh - 32px);
1369
+ height: 100%;
1370
+ min-height: 0;
1371
+ overflow: hidden;
1367
1372
  }
1368
1373
 
1369
1374
  .em-filemanager .divider {
@@ -1386,6 +1391,7 @@
1386
1391
  width: 640px;
1387
1392
  max-width: 100%;
1388
1393
  overflow: auto;
1394
+ box-sizing: border-box;
1389
1395
  padding: 60px 16px;
1390
1396
  border-radius: 12px;
1391
1397
  background-color: var(--colorBgContainer);
@@ -1414,6 +1420,7 @@
1414
1420
  }
1415
1421
  .em-filemanager .stockTab {
1416
1422
  height: 100%;
1423
+ min-height: 0;
1417
1424
  }
1418
1425
 
1419
1426
  .em-filemanager .stockSearchInput {
@@ -1424,7 +1431,9 @@
1424
1431
  }
1425
1432
 
1426
1433
  .em-filemanager .searchOutputWrapper {
1427
- height: calc(100vh - 32px);
1434
+ height: 100%;
1435
+ min-height: 0;
1436
+ overflow: hidden;
1428
1437
  }
1429
1438
 
1430
1439
  .em-filemanager .divider {
@@ -1460,6 +1469,8 @@
1460
1469
  width: 100%;
1461
1470
  height: 100%;
1462
1471
  overflow: auto;
1472
+ overflow-x: hidden;
1473
+ box-sizing: border-box;
1463
1474
  line-height: 0;
1464
1475
  display: flex;
1465
1476
  flex-direction: column;
@@ -1620,6 +1631,7 @@
1620
1631
  width: 640px;
1621
1632
  max-width: 100%;
1622
1633
  overflow: auto;
1634
+ box-sizing: border-box;
1623
1635
  padding: 60px 16px;
1624
1636
  border-radius: 12px;
1625
1637
  background-color: var(--colorBgContainer);
@@ -1852,6 +1864,7 @@
1852
1864
  display: flex;
1853
1865
  flex-direction: column;
1854
1866
  height: 100%;
1867
+ min-height: 0;
1855
1868
  }
1856
1869
  .em-filemanager .iconsTab.hasSearch {
1857
1870
  padding-top: 0;
@@ -1860,7 +1873,9 @@
1860
1873
  .em-filemanager .iconsSearchWrapper {
1861
1874
  width: 100%;
1862
1875
  height: 100%;
1863
- overflow: auto;
1876
+ min-height: 0;
1877
+ overflow: hidden;
1878
+ box-sizing: border-box;
1864
1879
  line-height: 0;
1865
1880
  display: flex;
1866
1881
  flex-direction: column;
@@ -2054,6 +2069,8 @@
2054
2069
  flex: 1 1 auto;
2055
2070
  min-height: 0;
2056
2071
  overflow: auto;
2072
+ overflow-x: hidden;
2073
+ box-sizing: border-box;
2057
2074
  padding: 24px;
2058
2075
  }
2059
2076
 
@@ -2087,6 +2104,7 @@
2087
2104
  width: 640px;
2088
2105
  max-width: 100%;
2089
2106
  overflow: auto;
2107
+ box-sizing: border-box;
2090
2108
  padding: 60px 16px;
2091
2109
  border-radius: 12px;
2092
2110
  background-color: var(--colorBgContainer);
@@ -2142,12 +2160,19 @@
2142
2160
  padding: 12px;
2143
2161
  background: #fff;
2144
2162
  cursor: pointer;
2163
+ display: flex;
2164
+ flex-direction: column;
2165
+ box-sizing: border-box;
2166
+ overflow: hidden;
2167
+ box-shadow: inset 0 0 0 1px #f0f0f0;
2145
2168
  }
2146
2169
 
2147
2170
  .em-filemanager .iconsGridItemThumbnail {
2148
2171
  display: flex;
2149
2172
  align-items: center;
2150
2173
  justify-content: center;
2174
+ flex: 1 1 auto;
2175
+ min-height: 0;
2151
2176
  }
2152
2177
 
2153
2178
  .em-filemanager .iconsGridItemSvg {
@@ -2166,9 +2191,20 @@
2166
2191
  .em-filemanager .iconsGridItemName {
2167
2192
  margin-top: 8px;
2168
2193
  font-size: 12px;
2194
+ line-height: 1.2;
2169
2195
  white-space: nowrap;
2170
2196
  text-overflow: ellipsis;
2171
2197
  overflow: hidden;
2198
+ flex: 0 0 auto;
2199
+ }
2200
+
2201
+ .em-filemanager .iconsGridItemSelected::after {
2202
+ content: "";
2203
+ position: absolute;
2204
+ inset: 0;
2205
+ border: 2px solid #1890ff;
2206
+ border-radius: inherit;
2207
+ pointer-events: none;
2172
2208
  }
2173
2209
 
2174
2210
  .em-filemanager .iconsGridItemInsertButton {
@@ -2178,9 +2214,11 @@
2178
2214
  }
2179
2215
 
2180
2216
  .em-filemanager .iconsGridLoading {
2181
- position: absolute;
2182
- top: 8;
2183
- right: 8;
2217
+ display: flex;
2218
+ align-items: center;
2219
+ justify-content: center;
2220
+ width: 100%;
2221
+ min-height: 50vh;
2184
2222
  }
2185
2223
 
2186
2224
  .em-filemanager .iconsControlsBackButton {
@@ -2212,8 +2250,10 @@
2212
2250
  align-items: center;
2213
2251
  justify-content: space-between;
2214
2252
  gap: 12px;
2215
- padding: 25px 0;
2216
- margin: 0 24px;
2253
+ width: 100%;
2254
+ box-sizing: border-box;
2255
+ padding: 24px 24px;
2256
+ margin: 0;
2217
2257
  border-bottom: 1px solid var(--colorBorder);
2218
2258
  }
2219
2259