diff --git a/Step.Config/Config/userSoftKeyConfig.xml b/Step.Config/Config/userSoftKeyConfig.xml index 73271d8f..3090fb10 100644 --- a/Step.Config/Config/userSoftKeyConfig.xml +++ b/Step.Config/Config/userSoftKeyConfig.xml @@ -1,5 +1,15 @@  + + true + 1 + false + 1 + + Test + Ita + + true 1 diff --git a/Step/wwwroot/assets/styles/base/layout.less b/Step/wwwroot/assets/styles/base/layout.less index 3f5011e3..92336c85 100644 --- a/Step/wwwroot/assets/styles/base/layout.less +++ b/Step/wwwroot/assets/styles/base/layout.less @@ -15,11 +15,11 @@ @import "keypad.less"; @import "back-view.less"; @import "head.less"; -@import "tooling.less"; -@import "card.less"; -@import "depot.less"; -@import "tool.less"; -@import "detail-card.less"; +// @import "tooling.less"; +// @import "card.less"; +// @import "depot.less"; +// @import "tool.less"; +// @import "detail-card.less"; @background-color: rgb(216, 216, 216); @handle-width: 48px; diff --git a/Step/wwwroot/assets/styles/style.css b/Step/wwwroot/assets/styles/style.css index 879b8b67..602f8a73 100644 --- a/Step/wwwroot/assets/styles/style.css +++ b/Step/wwwroot/assets/styles/style.css @@ -2377,328 +2377,6 @@ footer .container button.big:before { .heads-container-lt4 { right: -12px; } -.tooling-container { - height: 100%; - width: 100%; - display: flex; - align-items: center; - justify-content: center; -} -.tooling-container .tooling-box { - width: 1504px; - height: 759px; - border-radius: 2px; - background-color: #fff; - box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.4); -} -.tooling-container .tooling-box .header { - font-size: 24px; - font-weight: 600; - color: #002680; - margin-top: 18px; - margin-left: 24px; - margin-bottom: 19px; -} -.tooling-container .tooling-box .tooling-boxbody { - width: calc(100% - 160px); - height: calc(100% - 65px); - top: 65px; - background-color: #bbbcbc; - border-radius: 2px; - box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.4); - display: flex; - flex-flow: column; - padding: 0 80px; -} -.tooling-container .tooling-box .tooling-boxbody .list-top, -.tooling-container .tooling-box .tooling-boxbody .list-bottom { - display: flex; - align-items: center; - width: 100%; - height: 90%; - margin-bottom: 10px; - overflow-y: hidden; - overflow-x: auto; -} -.card { - width: 288px; - height: 216px; - background-color: #fff; - border-radius: 2px; - box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.4); - margin: 8px; -} -.card > header { - width: 288px; - height: 64px; - border-radius: 2px; - background-color: #f1f1f1; -} -.card > header span { - font-size: 18px; - float: left; - color: #002680; - margin-top: 22px; - margin-left: 24px; -} -.card > header button { - float: right; - margin: 8px 8px 8px; - width: 48px; - height: 48px; - color: #002680; - padding: 0; -} -.card > header button .fa { - height: 22px; - font-size: 24px; - width: 25px; -} -.card > section { - height: calc(100% - 64px); - display: flex; - justify-content: center; - align-items: center; -} -.depot-container { - height: 100%; - width: 100%; - display: flex; - align-items: center; - justify-content: center; -} -.depot-container .depot-box { - width: 1808px; - height: 872px; - border-radius: 2px; - background-color: #fff; - box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.4); -} -.depot-container .depot-box .header { - font-size: 20px; - color: #002680; - height: 81px; - display: flex; - align-items: center; -} -.depot-container .depot-box .header .fa { - height: 18px; - width: 13px; - margin: 0 22px 0 29px; -} -.depot-container .depot-box .depot-boxbody { - width: 100%; - height: calc(100% - 161px); - border-radius: 2px; - background-color: #bbbcbc; - display: flex; - flex-flow: row; -} -.depot-container .depot-box .depot-boxbody .list-left { - height: 100%; - width: 440px; - float: left; - border-radius: 2px; - box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.4); - background-color: #fff; - font-size: 18px; - line-height: 1.11; - text-align: center; - color: #4b4b4b; - display: flex; - flex-flow: column; -} -.depot-container .depot-box .depot-boxbody .list-left span { - display: block; - margin-top: 15px; -} -.depot-container .depot-box .depot-boxbody .list-left .depot-search { - display: flex; - flex-flow: row; - justify-content: center; - margin-top: 16px; -} -.depot-container .depot-box .depot-boxbody .list-left .depot-search input { - width: 288px; - height: 48px; -} -.depot-container .depot-box .depot-boxbody .list-left .depot-search button { - width: 48px; - height: 48px; - padding: 0; -} -.depot-container .depot-box .depot-boxbody .list-left .list-vertical { - height: calc(100% - 143px); - width: 95%; - margin-top: 24px; - display: flex; - flex-wrap: wrap; - align-items: center; - justify-content: center; - padding-right: 5px; -} -.depot-container .depot-box .depot-boxbody .box-right { - height: 100%; - min-width: calc(100% - 440px); - max-width: calc(100% - 92px); - display: flex; - flex-flow: column; - align-items: center; - justify-content: center; - background-color: #bbbcbc; -} -.depot-container .depot-box .depot-boxbody .box-right .single-depot { - width: calc(100% - 92px); - height: calc(100% - 32px); - margin: 16px; - background-color: #fff; - padding: 0 30px 0 30px; -} -.depot-container .depot-box .depot-boxbody .box-right .single-depot .sd-header { - width: 100%; - height: 63px; - display: flex; - align-items: center; - justify-content: center; - border-bottom: 2px solid #f1f1f1; - font-size: 18px; - font-weight: 600; - line-height: 1.11; - color: #4b4b4b; -} -.depot-container .depot-box .depot-boxbody .box-right .single-depot .sd-header button { - width: 48px; - height: 48px; - padding: 0; -} -.depot-container .depot-box .depot-boxbody .box-right .single-depot .sd-header span { - margin: 0 30px 0 30px; -} -.depot-container .depot-box .depot-boxbody .box-right .single-depot .sd-section { - display: flex; - align-items: center; - margin-top: 111px; - overflow-x: auto; - padding-bottom: 30px; - overflow-y: hidden; -} -.depot-container .depot-box .footer { - height: 80px; - float: right; - display: flex; - align-items: center; -} -.depot-container .depot-box .footer button.blue-reverse { - background-image: linear-gradient(to bottom, #1756ad, #002680); - color: #fff; - font-size: 18px; - font-weight: 600; -} -.test-container { - height: 100%; - width: 100%; - display: flex; - align-items: center; - justify-content: center; -} -.tool { - width: 360px; - height: 64px; - background-color: #fff; - border-radius: 2px; - box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.4); - display: flex; - flex-flow: row; - align-self: center; - justify-items: center; - font-size: 18px; - line-height: 1.11; - color: #4b4b4b; - margin-bottom: 4px; -} -.tool .image { - display: flex; - align-items: center; - justify-content: center; - margin-left: 21px; - margin-right: 29px; -} -.tool .image img { - width: 48px; - height: 48px; -} -.tool .text-body { - text-align: left; - width: 145px; - margin-top: 11px; -} -.tool .text-right { - display: flex; - align-items: center; - color: #1791ff; -} -.tool .fa { - display: flex; - align-items: center; - font-size: 24px; - margin-left: 20px; - color: #002680; -} -.test-container { - height: 100%; - width: 100%; - display: flex; - align-items: center; - justify-content: center; -} -.detail-card { - width: 288px; - height: 216px; - background-color: #fff; - border-radius: 2px; - box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.4); - margin-right: 32px; -} -.detail-card header { - width: 288px; - height: 64px; - border-radius: 2px; - background-color: #f1f1f1; - border-bottom: 2px solid #fff; -} -.detail-card header .title { - width: 64px; - height: 100%; - display: flex; - align-items: center; - justify-content: center; - font-size: 18px; - font-weight: 600; - float: left; - color: #4b4b4b; - border-right: 2px solid #fff; -} -.detail-card header button { - float: right; - margin: 8px 8px 8px; - width: 48px; - height: 48px; - color: #002680; - padding: 0; -} -.detail-card header button .fa { - height: 22px; - font-size: 24px; - width: 25px; -} -.detail-card section { - height: calc(100% - 66px); - display: flex; - background-color: #f1f1f1; -} -.detail-card section slot { - text-align: center; -} .persona { height: 88px; width: 88px; diff --git a/Step/wwwroot/src/modules/plc-softkeys.vue b/Step/wwwroot/src/modules/plc-softkeys.vue index 55c34b75..065332fe 100644 --- a/Step/wwwroot/src/modules/plc-softkeys.vue +++ b/Step/wwwroot/src/modules/plc-softkeys.vue @@ -20,8 +20,7 @@ @click="toggleMenu(b)">