diff --git a/src/assets/css/layout.styl b/src/assets/css/layout.styl
index d85b8ac..83a1428 100644
--- a/src/assets/css/layout.styl
+++ b/src/assets/css/layout.styl
@@ -34,11 +34,13 @@
transition width .3s ease
overflow hidden
.tooltip_page
- _wh(30px, 100%)
+ height 100%
margin 0 5px
_font(14px, 30px, #999,,)
border 1px solid #999
- border-radius 50%
+ border-radius: 30px;
+ box-sizing: border-box;
+ padding: 0 10px;
&:hover
background-color #03fcfd
border-color #03fcfd
diff --git a/src/pages/modules/firedry/one.vue b/src/pages/modules/firedry/one.vue
index 481424d..90db035 100644
--- a/src/pages/modules/firedry/one.vue
+++ b/src/pages/modules/firedry/one.vue
@@ -170,13 +170,14 @@
@@ -208,27 +209,6 @@ export default {
expandTooltip () {
this.expand = !this.expand
},
- toJumpPage (type) {
- switch (type) {
- case 1:
- this.$router.push('/homepageone')
- break
- case 2:
- this.$router.push('/hnlkone')
- break
- case 3:
- this.$router.push('/takeshapeone')
- break
- case 4:
- break
- case 5:
- this.$router.push('/sortpackone')
- break
- case 6:
- this.$router.push('/pdone')
- break
- }
- },
mouseoverHandle (e) {
this.FinishedProductShelfList.map(el => {
if (e.material_code !== '-' && e.material_code === el.material_code) {
diff --git a/src/pages/modules/firedry/two.vue b/src/pages/modules/firedry/two.vue
index 4dc5ddd..961ffdd 100644
--- a/src/pages/modules/firedry/two.vue
+++ b/src/pages/modules/firedry/two.vue
@@ -94,13 +94,14 @@