【微信小程序】inline-block错误

代码是一个2048的小游戏,运行没有错误,但这个警告是什么意思啊?
inline-block is ignored due to the float. If 'float' has a value other than 'none', the box is floated and 'display' is treated as 'block'

img

img

img

警告:inline-block因为浮动被忽略了,就是可以不加这个属性。