5+文档
interface ViewStyles {
attribute String backgroundColor;
attribute String left;
attribute String top;
attribute String bottom;
attribute String height;
attribute String width;
attribute String dock;
attribute Number opacity;
attribute String position;
attribute ViewStatusbarStyles statusbar;
}
实测设置right确实不生效
![昵称也有唯一键](https://img-cdn-tc.dcloud.net.cn/account/identicon/62fbb82db4a9f93c8c516aa66958b9e2.png)
昵称也有唯一键
- 发布:2021-03-31 17:43
- 更新:2021-04-01 15:21
- 阅读:506
昵称也有唯一键 (作者)
为什么?难道设width:10%, left就=windowWidth-width=90%了吗?
不会的,元素依然停留在屏幕最左侧,占据屏幕10%的宽度而已
2021-04-01 21:45