select2 去掉边框,及样式自定义

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/zhaofuqiangmycomm/article/details/82119905

    <style>
     
       .tesu_select { 
       position:absolute; 
       clip:rect(2px 202px 62px 2px);
        margin:11px;
        width:208px; 
        height:30px;
        line-height:24px;
        font-size:14px;
        font-weight:bold;

    }
</style>

<form:select id="worksheetField130" path="worksheetField13" class="tesu_select" >
                        <form:options items="${fns:getDictList('sanqi_worksheet_type')}" itemLabel="label" itemValue="value" htmlEscape="false"/>
   </form:select>

猜你喜欢

转载自blog.csdn.net/zhaofuqiangmycomm/article/details/82119905