|
|
@@ -208,11 +208,11 @@ const navCards = [
|
|
|
labelKey: "agriFile.patrolRecord",
|
|
|
icon: require("@/assets/img/agricultural/icon-1.png"),
|
|
|
},
|
|
|
- {
|
|
|
- key: "album",
|
|
|
- labelKey: "agriFile.agriAlbum",
|
|
|
- icon: require("@/assets/img/agricultural/icon-2.png"),
|
|
|
- },
|
|
|
+ // {
|
|
|
+ // key: "album",
|
|
|
+ // labelKey: "agriFile.agriAlbum",
|
|
|
+ // icon: require("@/assets/img/agricultural/icon-2.png"),
|
|
|
+ // },
|
|
|
{
|
|
|
key: "report",
|
|
|
labelKey: "agriFile.diagnosisReport",
|
|
|
@@ -882,11 +882,13 @@ watch(activeNav, (key) => {
|
|
|
z-index: 2;
|
|
|
display: flex;
|
|
|
justify-content: space-around;
|
|
|
- padding: 10px 10px;
|
|
|
+ padding: 10px 6px;
|
|
|
margin-bottom: 10px;
|
|
|
+ gap: 6px;
|
|
|
|
|
|
.nav-card-wrap {
|
|
|
position: relative;
|
|
|
+ width: 100%;
|
|
|
|
|
|
&--report {
|
|
|
z-index: 5;
|
|
|
@@ -896,19 +898,20 @@ watch(activeNav, (key) => {
|
|
|
.nav-card {
|
|
|
position: relative;
|
|
|
display: flex;
|
|
|
- flex-direction: column;
|
|
|
+ // flex-direction: column;
|
|
|
align-items: center;
|
|
|
justify-content: center;
|
|
|
border-radius: 8px;
|
|
|
background: #fff;
|
|
|
- width: 90px;
|
|
|
- height: 64px;
|
|
|
+ // width: 90px;
|
|
|
+ gap: 4px;
|
|
|
+ height: 40px;
|
|
|
box-shadow: 0px 4px 4px 0px #0000000D;
|
|
|
|
|
|
.nav-card__icon {
|
|
|
width: 26px;
|
|
|
height: 26px;
|
|
|
- margin-bottom: 4px;
|
|
|
+ // margin-bottom: 4px;
|
|
|
}
|
|
|
|
|
|
&.is-active {
|