Ver código fonte

调整页面样式

feat
JinxChen 1 ano atrás
pai
commit
1bb810bcc7
1 arquivos alterados com 3 adições e 3 exclusões
  1. +3
    -3
      src/views/package-list/index.vue

+ 3
- 3
src/views/package-list/index.vue Ver arquivo

@@ -1,7 +1,7 @@
<!--
* @Date: 2022-03-29 16:57:58
* @LastEditors: JinxChen
* @LastEditTime: 2023-03-03 17:04:54
* @LastEditTime: 2023-03-03 17:08:43
* @FilePath: \TelpoH5FrontendWeb\src\views\package-list\index.vue
* @description: TODO 小台风充值h5
-->
@@ -522,7 +522,7 @@ export default {
.package-order-container {
position: relative;
margin: 10px 0;
padding: 0 20px;
padding: 0 0 0 20px;
z-index: 999;
box-shadow: rgba(14, 30, 37, 0.12) 0 3px 5px 0,
rgba(14, 30, 37, 0.32) 0 2px 16px 0;
@@ -621,7 +621,7 @@ export default {
padding: 5px 8px;
.buy-btn {
height: 40px;
width: 150px;
width: 200px;
padding: 0 5px;
display: flex;
justify-content: center;


Carregando…
Cancelar
Salvar