jobdone-shared-files 0.0.1-beta.81 → 0.0.1-beta.83
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.
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
<div class="border-end">
|
|
13
13
|
<a :href="arrowBackLink" class="btn btn-normal btn-square" title="離開專案"><span class="material-icons">arrow_back</span></a>
|
|
14
14
|
</div>
|
|
15
|
-
<span class="fs-6 mb-0 mx-4 text-nowrap text-project-title"><b>{{projectInfo?.name}}</b></span>
|
|
15
|
+
<span class="fs-6 mb-0 mx-4 text-nowrap text-project-title text-overflow"><b class="">{{projectInfo?.name}}</b></span>
|
|
16
16
|
<!--TODO: 解決 overflow scroll 與 dropdown 衝突-->
|
|
17
17
|
<div class="flex-grow-1 text-nowrap">
|
|
18
18
|
<div class="d-flex flex-grow-1 border-start">
|
package/package.json
CHANGED
|
@@ -425,6 +425,10 @@ th, td{
|
|
|
425
425
|
}
|
|
426
426
|
}
|
|
427
427
|
|
|
428
|
+
.table .dropdown-menu{
|
|
429
|
+
z-index: $zindex-sticky + 1;
|
|
430
|
+
}
|
|
431
|
+
|
|
428
432
|
// table ------------------------------------------
|
|
429
433
|
|
|
430
434
|
|
|
@@ -951,11 +955,11 @@ a.navbar-line-item{
|
|
|
951
955
|
|
|
952
956
|
|
|
953
957
|
|
|
954
|
-
// 暫定:螢幕寬度小於
|
|
958
|
+
// 暫定:螢幕寬度小於 991px (含) 不可使用 ------------------------------------------
|
|
955
959
|
.mobile-forbidden{
|
|
956
960
|
display: none;
|
|
957
961
|
}
|
|
958
|
-
@media only screen and (max-width:
|
|
962
|
+
@media only screen and (max-width: 991px) {
|
|
959
963
|
body{
|
|
960
964
|
overflow: hidden;
|
|
961
965
|
}
|
|
@@ -979,7 +983,7 @@ a.navbar-line-item{
|
|
|
979
983
|
}
|
|
980
984
|
}
|
|
981
985
|
}
|
|
982
|
-
// 暫定:螢幕寬度小於
|
|
986
|
+
// 暫定:螢幕寬度小於 991px (含) 不可使用 ------------------------------------------
|
|
983
987
|
|
|
984
988
|
|
|
985
989
|
|