@@ -165,7 +165,7 @@ export default {
}
.app-tabs {
position: fixed;
- width: 100%;
+ width: 40%;
z-index: 9;
.tabs-wrap {
@@ -184,7 +184,7 @@ export default {
top: 0;
z-index: 10;
height: 100upx;
display: flex;
align-items: center;
@@ -290,7 +290,7 @@ page{
.input-wrap_box {
@@ -298,7 +298,7 @@ page{
@@ -7,8 +7,8 @@
min-height: 100vh;
position: relative;
//商业收银台打开下面二个设置
- //width:40%;
- //margin:0 auto;
+ width:40%;
+ margin:0 auto;
/* #ifdef H5 */
.app-content.app-main {