element-plus は、選択ドロップダウン選択ボックスのスタイルを変更します。

element-plus は、選択ドロップダウン選択ボックスのスタイルを変更します。

写真が示すように

ここに画像の説明を挿入

プレースホルダーの色を変更する

.text_place {
    
    
  ::-webkit-input-placeholder {
    
    
    /* WebKit browsers */
    color: #666666;
  }
}

ドロップダウンスタイルを変更する

:deep(.zlzp-select-dropdown__item) {
    
    
    height: 50px;
    line-height: 50px;
    padding: 0 10px !important;
  }

  :deep(.zlzp-popper) {
    
    
    padding: 0 !important;
  }

おすすめ

転載: blog.csdn.net/weixin_46319117/article/details/130195187