- 写css 使用transform: rotateZ(45deg) 安卓变形?
[图片] 这个x 我从开发者工具上看没问题,ios真机上也没问题 安卓不行 .test { width: 86rpx; height: 86rpx; position: relative; bottom: -123rpx; left: calc(50% - 43rpx); background: #000000; border-radius: 50%; } .test::before { content: ''; position: absolute; top: calc(50% - 2rpx); left: calc(50% - 14rpx); width: 28rpx;; height: 4rpx; background: #FFFFFF; transform: rotateZ(45deg); transform-origin: center center; } .test::after { content: ''; position: absolute; left: calc(50% - 2rpx); top: calc(50% - 14rpx); width: 4rpx; height: 28rpx; background: #FFFFFF; transform: rotateZ(45deg); transform-origin: center center; }
2023-05-22 - 不应存在无依赖文件,都改完了还是未通过?!
Windows 10 专业版 微信开发者工具 Stable 1.06.2301040 代码质量扫描“不应存在无依赖文件”,显示未通过。 可是 明明依赖分析里面无依赖文件是空啊!!! 合着我把node_modules里的400多个文件一个个ignore掉,ig了个寂寞???!!! [图片]
2023-05-16