diff --git a/src/views/member/index.vue b/src/views/member/index.vue index 8c73b19..119280c 100644 --- a/src/views/member/index.vue +++ b/src/views/member/index.vue @@ -45,12 +45,12 @@
0
-
+
- 储值会员 + 储值余额
0
@@ -71,7 +71,15 @@
- + + + @@ -80,12 +88,12 @@ import { ref } from 'vue' import { useRoute } from "vue-router" import { ElMessage } from 'element-plus' const route = useRoute() -console.log(route) -const itemboxshow = ref(false) -const handleClick = (Name) => { - console.log(Name) -} + const firstinput = ref('')//搜索输入框 +const stored = ref(true)//储值余额 +const handleClose = () => { + stored.value = !stored.value +} const tableData = [ { date: '2016-05-03', @@ -177,38 +185,6 @@ const tableData = [ } - .orderbox_rightbox { - position: relative; - width: 40%; - padding: 20px; - margin-left: 10px; - background: #fff; - border-radius: 10px; - - .orderbox_rightbox_top:nth-child(1) { - margin-top: 0; - } - - .orderbox_rightbox_top { - margin-top: 10px; - display: flex; - justify-content: flex-start; - align-items: center; - padding: 10px 16px; - width: 100%; - border-radius: 10px; - background: #e7e5e5; - - .orderbox_rightbox_top_div { - margin-left: 10px; - display: flex; - flex-direction: column; - justify-content: space-around; - } - } - - } - .orderbox_right { position: relative; width: 40%; @@ -233,15 +209,7 @@ const tableData = [ margin-top: 10px; justify-content: space-between; } - // .orderbox_right_top_item::after:nth-child(1){ - // position: absolute; - // top: 2px; - // content: ''; - // display: inline-block; - // height: 2px; - // width: 100%; - // background: #fff; - // } + .orderbox_right_top_item { position: relative; background: #fff; @@ -273,34 +241,6 @@ const tableData = [ } - .orderbox_right_list_item { - display: flex; - font-size: 14px; - justify-content: space-between; - align-items: center; - padding-bottom: 10px; - - div:nth-child(1) { - text-align: left; - width: 45%; - } - - div:nth-child(2) { - width: 15%; - align-items: center; - } - - div:nth-child(3) { - width: 15%; - align-items: center; - } - - div:nth-child(4) { - text-align: right; - width: 25%; - } - } - .orderbox_right_button { position: absolute; width: 90%; @@ -311,4 +251,5 @@ const tableData = [ } -} \ No newline at end of file +} + \ No newline at end of file