日本免费高清视频-国产福利视频导航-黄色在线播放国产-天天操天天操天天操天天操|www.shdianci.com

學(xué)無先后,達(dá)者為師

網(wǎng)站首頁(yè) 編程語言 正文

修改el-button 的樣式

作者:樂~~~ 更新時(shí)間: 2023-07-27 編程語言
<style scoped>
/*初始化樣式*/
.cummon_buttonStyle {
  /* background: linear-gradient(#0165eb, #018ff2, #00b7f9); */
  background: #5d6c8c;
  border: none;
  color: #f3f3f3;
}
/* 懸浮 */
::v-deep .el-button:hover {
  /* background: linear-gradient(#0165eb, #018ff2, #00b7f9) !important; */
  background: linear-gradient(100deg, #016ee3, #15b5fe) !important;
  font-weight: bold;
}
/*按鈕點(diǎn)擊*/
::v-deep .el-button:focus {
  background: linear-gradient(100deg, #016ee3, #15b5fe) !important;
  /* background: linear-gradient(#0165eb, #018ff2, #00b7f9) !important; */
  font-weight: bold;
}
/* ::v-deep .el-button:active {
  background: #126c9e !important;
  font-weight: bold;
} */
</style>

原文鏈接:https://blog.csdn.net/CMDN123456/article/details/131831074

  • 上一篇:沒有了
  • 下一篇:沒有了
欄目分類
最近更新