修改
This commit is contained in:
9
.idea/workspace.xml
generated
9
.idea/workspace.xml
generated
@@ -2,12 +2,14 @@
|
||||
<project version="4">
|
||||
<component name="ChangeListManager">
|
||||
<list default="true" id="be7958c3-0d1c-4f74-a433-b590462e7034" name="Default Changelist" comment="修改 回显问题">
|
||||
<change afterPath="$PROJECT_DIR$/assets/ee.gif" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/pages/index/index.nvue" beforeDir="false" afterPath="$PROJECT_DIR$/pages/index/index.nvue" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/uni_modules/zb-drawer/changelog.md" beforeDir="false" afterPath="$PROJECT_DIR$/uni_modules/zb-drawer/changelog.md" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/uni_modules/zb-drawer/components/zb-drawer/zb-drawer.vue" beforeDir="false" afterPath="$PROJECT_DIR$/uni_modules/zb-drawer/components/zb-drawer/zb-drawer.vue" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/uni_modules/zb-drawer/package.json" beforeDir="false" afterPath="$PROJECT_DIR$/uni_modules/zb-drawer/package.json" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/uni_modules/zb-table/readme.md" beforeDir="false" afterPath="$PROJECT_DIR$/uni_modules/zb-table/readme.md" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/unpackage/dist/dev/.sourcemap/mp-weixin/common/runtime.js.map" beforeDir="false" afterPath="$PROJECT_DIR$/unpackage/dist/dev/.sourcemap/mp-weixin/common/runtime.js.map" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/unpackage/dist/dev/mp-weixin/project.config.json" beforeDir="false" afterPath="$PROJECT_DIR$/unpackage/dist/dev/mp-weixin/project.config.json" afterDir="false" />
|
||||
</list>
|
||||
<option name="SHOW_DIALOG" value="false" />
|
||||
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
||||
@@ -48,7 +50,7 @@
|
||||
<recent name="E:\dingw\pr2\zzb-table\pages" />
|
||||
</key>
|
||||
</component>
|
||||
<component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="false" />
|
||||
<component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" />
|
||||
<component name="SvnConfiguration">
|
||||
<configuration />
|
||||
</component>
|
||||
@@ -68,6 +70,7 @@
|
||||
<workItem from="1649463533571" duration="2789000" />
|
||||
<workItem from="1649581552050" duration="598000" />
|
||||
<workItem from="1649679884528" duration="1510000" />
|
||||
<workItem from="1649919445476" duration="601000" />
|
||||
</task>
|
||||
<task id="LOCAL-00001" summary="修改 回显问题">
|
||||
<created>1648190576831</created>
|
||||
@@ -80,7 +83,7 @@
|
||||
<servers />
|
||||
</component>
|
||||
<component name="TypeScriptGeneratedFilesManager">
|
||||
<option name="version" value="1" />
|
||||
<option name="version" value="3" />
|
||||
</component>
|
||||
<component name="Vcs.Log.Tabs.Properties">
|
||||
<option name="TAB_STATES">
|
||||
|
||||
@@ -44,8 +44,6 @@
|
||||
</view>
|
||||
|
||||
|
||||
|
||||
|
||||
<zb-drawer
|
||||
:beforeClose="beforeClose"
|
||||
:mode="mode" width="80%"
|
||||
@@ -100,7 +98,7 @@
|
||||
<view class="top-content"></view>
|
||||
</zb-drawer>
|
||||
|
||||
<zb-drawer mode="top" width="80%" :visible.sync="isShow5" :radius="true">
|
||||
<zb-drawer mode="top" width="80%" :visible.sync="isShow5" :radius="true" top="100px">
|
||||
<view class="top-content"></view>
|
||||
</zb-drawer>
|
||||
</view>
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
## 1.0.6(2022-04-14)
|
||||
增加距顶部任意位置弹出
|
||||
## 1.0.5(2022-04-13)
|
||||
优化关闭 、优化样式
|
||||
## 1.0.4(2022-04-12)
|
||||
|
||||
@@ -19,6 +19,7 @@
|
||||
'content--visible_bottom':radius&&mode==='bottom'
|
||||
}]"
|
||||
:style="{
|
||||
top:(top>0||top)?top:false ,
|
||||
width:(mode==='left'||mode==='right')?getWidth:'100%',
|
||||
height:(mode==='top'||mode==='bottom')?height:'100%',
|
||||
}">
|
||||
@@ -74,7 +75,10 @@ export default {
|
||||
type:String,
|
||||
default:'我是标题'
|
||||
},
|
||||
|
||||
top:{
|
||||
type:[Number,String],
|
||||
default:0
|
||||
},
|
||||
visible: Boolean,
|
||||
width:{
|
||||
type:[Number,String],
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
{
|
||||
"id": "zb-drawer",
|
||||
"displayName": "zb-drawer",
|
||||
"version": "1.0.5",
|
||||
"version": "1.0.6",
|
||||
"description": "抽屉组件,功能有、支持设置宽度百分比、高度百分比、左边弹出、右边弹出、顶部弹出、底部弹出",
|
||||
"keywords": [
|
||||
"drawer",
|
||||
"自定义宽度、宽度百分比、高度百分比、左边弹出、右边弹出、顶部弹出、底部弹出",
|
||||
"抽屉"
|
||||
],
|
||||
"repository": "https://github.com/zouzhibin/zb-table.git",
|
||||
"repository": "https://github.com/zouzhibin/zb-ui",
|
||||
"engines": {
|
||||
"HBuilderX": "^3.1.0"
|
||||
},
|
||||
|
||||
@@ -6,7 +6,7 @@ table 表格 固定表头、固定首列、多列 上拉加载更多、 排序
|
||||
|
||||
|
||||
## qq群 731805264
|
||||
## -- github 永远保持最新,有啥想法的可以提PR,共同开发 [地址](https://github.com/zouzhibin/zb-table.git)
|
||||
## -- github 永远保持最新,有啥想法的可以提PR,共同开发 [地址](https://github.com/zouzhibin/zb-ui)
|
||||
|
||||
## 友情链接
|
||||
#### vue-admin-perfect —— [企业级、通用型中后台前端解决方案(基于vue3.0+TS+Element-Plus 最新版,同时支持电脑,手机,平板)](https://github.com/zouzhibin/vue-admin-perfect)
|
||||
|
||||
File diff suppressed because one or more lines are too long
38
unpackage/dist/dev/mp-weixin/project.config.json
vendored
38
unpackage/dist/dev/mp-weixin/project.config.json
vendored
@@ -4,7 +4,39 @@
|
||||
"ignore": []
|
||||
},
|
||||
"setting": {
|
||||
"urlCheck": false
|
||||
"urlCheck": false,
|
||||
"es6": true,
|
||||
"enhance": true,
|
||||
"postcss": true,
|
||||
"preloadBackgroundData": false,
|
||||
"minified": true,
|
||||
"newFeature": false,
|
||||
"coverView": true,
|
||||
"nodeModules": false,
|
||||
"autoAudits": false,
|
||||
"showShadowRootInWxmlPanel": true,
|
||||
"scopeDataCheck": false,
|
||||
"uglifyFileName": false,
|
||||
"checkInvalidKey": true,
|
||||
"checkSiteMap": true,
|
||||
"uploadWithSourceMap": true,
|
||||
"compileHotReLoad": false,
|
||||
"lazyloadPlaceholderEnable": false,
|
||||
"useMultiFrameRuntime": true,
|
||||
"useApiHook": true,
|
||||
"useApiHostProcess": false,
|
||||
"babelSetting": {
|
||||
"ignore": [],
|
||||
"disablePlugins": [],
|
||||
"outputPath": ""
|
||||
},
|
||||
"enableEngineNative": false,
|
||||
"useIsolateContext": true,
|
||||
"userConfirmedBundleSwitch": false,
|
||||
"packNpmManually": false,
|
||||
"packNpmRelationList": [],
|
||||
"minifyWXSS": true,
|
||||
"showES6CompileOption": false
|
||||
},
|
||||
"compileType": "miniprogram",
|
||||
"libVersion": "",
|
||||
@@ -12,19 +44,15 @@
|
||||
"projectname": "zzb-table",
|
||||
"condition": {
|
||||
"search": {
|
||||
"current": -1,
|
||||
"list": []
|
||||
},
|
||||
"conversation": {
|
||||
"current": -1,
|
||||
"list": []
|
||||
},
|
||||
"game": {
|
||||
"current": -1,
|
||||
"list": []
|
||||
},
|
||||
"miniprogram": {
|
||||
"current": -1,
|
||||
"list": []
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user