Commit 74eec807 authored by daylilytt's avatar daylilytt

x

parent f65094f0
No preview for this file type
...@@ -293,6 +293,11 @@ ...@@ -293,6 +293,11 @@
border-radius: 0rpx 30rpx 30rpx 30rpx; border-radius: 0rpx 30rpx 30rpx 30rpx;
position: relative; position: relative;
// 背景色通过内联样式动态设置 // 背景色通过内联样式动态设置
&.no-tr-corner {
// 最后一个 tab 被选中时,取消右上角圆角,避免被 tabs 的滚动容器裁剪
border-radius: 0rpx 0rpx 30rpx 30rpx;
}
} }
// 场次商品列表容器 // 场次商品列表容器
......
This diff is collapsed.
This diff is collapsed.
...@@ -12,7 +12,16 @@ ...@@ -12,7 +12,16 @@
"outputPath": "" "outputPath": ""
}, },
"useCompilerPlugins": false, "useCompilerPlugins": false,
"minifyWXML": true "minifyWXML": true,
"compileWorklet": false,
"uploadWithSourceMap": true,
"packNpmManually": false,
"minifyWXSS": true,
"localPlugins": false,
"disableUseStrict": false,
"condition": false,
"swc": false,
"disableSWC": true
}, },
"compileType": "miniprogram", "compileType": "miniprogram",
"simulatorPluginLibVersion": {}, "simulatorPluginLibVersion": {},
...@@ -21,5 +30,6 @@ ...@@ -21,5 +30,6 @@
"include": [] "include": []
}, },
"appid": "wxc83b55d61c7fc51d", "appid": "wxc83b55d61c7fc51d",
"editorSetting": {} "editorSetting": {},
"libVersion": "3.8.6"
} }
\ No newline at end of file
...@@ -9,6 +9,14 @@ ...@@ -9,6 +9,14 @@
"preloadBackgroundData": false, "preloadBackgroundData": false,
"autoAudits": false, "autoAudits": false,
"showShadowRootInWxmlPanel": true, "showShadowRootInWxmlPanel": true,
"compileHotReLoad": true "compileHotReLoad": true,
"useApiHook": true,
"useApiHostProcess": true,
"useStaticServer": false,
"useLanDebug": false,
"showES6CompileOption": false,
"checkInvalidKey": true,
"ignoreDevUnusedFiles": true,
"bigPackageSizeSupport": false
} }
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment