Commit b09fe3e9 authored by 罗超's avatar 罗超

1

parent 0c646558
<template> <template>
<view class="indexassembly"> <view class="indexassembly">
<view> <view>
<slot>
登录 登录
</slot>
<button class="hotsopt" style="" open-type="getUserInfo" @tap="getUserProfile()"></button> <button class="hotsopt" style="" open-type="getUserInfo" @tap="getUserProfile()"></button>
</view> </view>
...@@ -205,7 +207,7 @@ ...@@ -205,7 +207,7 @@
</script> </script>
<style scoped> <style scoped>
.indexassembly { .indexassembly {
width: 200rpx; /* width: 200rpx; */
height: 60rpx; height: 60rpx;
line-height: 60rpx; line-height: 60rpx;
} }
......
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