As mentioned, now I have 2 buttons.
Because the first Button text has a line break, the size of the two buttons is inconsistent.
Now I have a request I just want the two Buttons to have the same style (the same height and the same horizontal height).
And the text of btn2 is centered (centered left and right, centered up and down.)
It cannot be achieved by setting the Height of btn2 It works.
I wonder if an expert can give me some guidance.
I’m not good at css.
<input type="button" value="新规 保存" id="btn1" style="width: 60px; height: 40px; float: left;"><input type="button" value="保存" id="btn2" style="width: 60px; height: 40px; float: left;">