新增区块样式

This commit is contained in:
augushong
2021-06-26 16:57:27 +08:00
parent ee69dbc0ff
commit 98479ee6b5
3 changed files with 30 additions and 2 deletions

View File

@@ -76,8 +76,6 @@
.layui-elem-quote{
border-color: #66CCFF;
background-color: #f0f0f0;
color: #666;
}
.layui-laydate td.layui-this{

View File

@@ -1223,3 +1223,9 @@
white-space : nowrap;
overflow : hidden;
}
.layui-quote-gray{
background-color: #f0f0f0;
color: #666;
border-left-color: #ddd;
}