@import "~@less/variables.less"; .panBox{ .pop; display: table; } .pan{ width: 280px; td{ width: 68px; height:44px; } button{ border:1px #fff solid; outline: none; background: none; display: inline-block; width: 100%; height: 100%; } button:hover{ border-color: @blue; } }