提交 384f78d3 编写于 作者: 小刘28's avatar 小刘28 💬

feat:修代码错误;

上级 03489297
......@@ -13,11 +13,20 @@
</template>
<script>
/**
* Card 悬浮按钮
* @description 悬浮拖动组件
* @property {String|Number} width 宽度
* @property {String|Number} height 高度
* @property {String|Number} right 距右边的距离
* @property {String|Number} bottom 距底部的距离
* @property {String|Number} zIndex 所在层数
*/
export default {
name:"xz-suspension",
data() {
return {
isC: false,
isMove: false,
start: {
left: 0,
top: 0
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册