<style>
        .custom-combobox {//设置输入框格式
            position: relative;
            display: inline-block;
             width: 62%;
        }

        .custom-combobox-toggle {//设置右边下拉图标格式
            position: absolute;
            top: 0;
            bottom: 0;
            margin-top: 10px;
            padding: 0;
        }

        .custom-combobox-input {//设置输入框中文字格式
            margin: 0;
            padding: 5px 20px;
            font-size: 13px;
            background: none;
            width: 100%;
        }
        .ui-widget-content {//设置待选项格式
            font-size: 13px;
        }
    </style>

以上是通过重写CSS实现的

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-12-03
  • 2022-01-31
  • 2022-12-23
  • 2022-12-23
  • 2021-08-22
  • 2022-12-23
猜你喜欢
  • 2021-10-22
  • 2021-11-19
  • 2021-09-07
  • 2021-09-12
  • 2021-11-06
  • 2022-12-23
相关资源
相似解决方案