init
This commit is contained in:
10
components/ns-goods-action/ns-goods-action.js
Normal file
10
components/ns-goods-action/ns-goods-action.js
Normal file
@@ -0,0 +1,10 @@
|
||||
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["components/ns-goods-action/ns-goods-action"],{"40ca":function(n,t,e){"use strict";e.d(t,"b",(function(){return a})),e.d(t,"c",(function(){return o})),e.d(t,"a",(function(){}));var a=function(){var n=this.$createElement;this._self._c},o=[]},"4b04":function(n,t,e){"use strict";var a=e("fd62"),o=e.n(a);o.a},ea8c:function(n,t,e){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var a={name:"ns-goods-action",props:{safeArea:{type:Boolean,default:!1}}};t.default=a},ed1f:function(n,t,e){"use strict";e.r(t);var a=e("40ca"),o=e("f739");for(var u in o)["default"].indexOf(u)<0&&function(n){e.d(t,n,(function(){return o[n]}))}(u);e("4b04");var c=e("828b"),f=Object(c["a"])(o["default"],a["b"],a["c"],!1,null,null,null,!1,a["a"],void 0);t["default"]=f.exports},f739:function(n,t,e){"use strict";e.r(t);var a=e("ea8c"),o=e.n(a);for(var u in a)["default"].indexOf(u)<0&&function(n){e.d(t,n,(function(){return a[n]}))}(u);t["default"]=o.a},fd62:function(n,t,e){}}]);
|
||||
;(global["webpackJsonp"] = global["webpackJsonp"] || []).push([
|
||||
'components/ns-goods-action/ns-goods-action-create-component',
|
||||
{
|
||||
'components/ns-goods-action/ns-goods-action-create-component':(function(module, exports, __webpack_require__){
|
||||
__webpack_require__('df3c')['createComponent'](__webpack_require__("ed1f"))
|
||||
})
|
||||
},
|
||||
[['components/ns-goods-action/ns-goods-action-create-component']]
|
||||
]);
|
||||
4
components/ns-goods-action/ns-goods-action.json
Normal file
4
components/ns-goods-action/ns-goods-action.json
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"component": true,
|
||||
"usingComponents": {}
|
||||
}
|
||||
1
components/ns-goods-action/ns-goods-action.wxml
Normal file
1
components/ns-goods-action/ns-goods-action.wxml
Normal file
@@ -0,0 +1 @@
|
||||
<view class="{{['ns-goods-action','bottom-safe-area',(safeArea)?'bottom-safe-area':'']}}"><slot></slot></view>
|
||||
1
components/ns-goods-action/ns-goods-action.wxss
Normal file
1
components/ns-goods-action/ns-goods-action.wxss
Normal file
@@ -0,0 +1 @@
|
||||
.ns-goods-action{position:fixed;right:0;bottom:0;left:0;display:flex;align-items:center;background-color:#fff;z-index:9}.ns-goods-action.bottom-safe-area{padding-bottom:0;padding-bottom:constant(safe-area-inset-bottom);padding-bottom:env(safe-area-inset-bottom)}
|
||||
Reference in New Issue
Block a user