Span Tag Width setting

Source: Internet
Author: User

Recently doing some work on data table modifications as follows:

The DataGrid control in Easyui is used in many cases to implement the effect that a user clicks or double-clicks a row to eject a line of information, as shown in:

Each of the information in the box has a span tag in the input box to show the information, usually the number of words in the message is different, so the following problem arises: the alignment problem when the words are inconsistent. As shown in: The Width property by setting the span tag does not work.

Then, there are ways to solve this problem, such as: a div tag is placed in the outer layer of the span tag, the Width property of the div tag is used to control where the span content is displayed, or you can set the float property of the span tag (float will cause other problems, not recommended) ;

After finding the data, find a way: By setting the span tag {display:inline-block}, as shown in:

When this is set, the width property of the span tag takes effect.

PS: On the Internet to find some information, it is said that the browser to the inline and block support is not the same, you can view the link http://blog.csdn.net/nuptsv_ice/article/details/10394541

Span Tag Width setting

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.