Set the value of style display to inline-block.

Such as:

<span style="display:inline-block; border:1px solid black; width:14px; height:14px; text-align:center;">1</span>
Copy the code