baozhengrui

导航

2024年10月17日 #

el-select 下拉搜索框

摘要: // 搜索框下拉 :deep(.el-select__placeholder.is-transparent){ color:#fff !important; font-size:1rem !important; } :deep(.el-select__placeholder){ color:#fff 阅读全文

posted @ 2024-10-17 10:56 芮艺 阅读(10) 评论(0) 推荐(0) 编辑

el-table样式修改

摘要: // table样式 // 表头 :deep(.el-table th) { background-color: transparent; background: #1650ad !important; background-size: 100% 100%; } /* 修改表头文字颜色 */ :de 阅读全文

posted @ 2024-10-17 10:55 芮艺 阅读(45) 评论(0) 推荐(0) 编辑

el-input输入框样式修改

摘要: /* 输入框样式修改 */ /* 输入框的placeholderde 字体改变 */ :deep(input::-webkit-input-placeholder) { color: #fff; } /* 输入框输入的内容字体颜色 */ :deep(.el-input__inner){ color: 阅读全文

posted @ 2024-10-17 10:53 芮艺 阅读(111) 评论(0) 推荐(0) 编辑