|
|
@ -813,6 +813,7 @@ export default {
|
|
|
|
// background: #f5f9fe;
|
|
|
|
// background: #f5f9fe;
|
|
|
|
position: relative;
|
|
|
|
position: relative;
|
|
|
|
background: #fff;
|
|
|
|
background: #fff;
|
|
|
|
|
|
|
|
z-index: 1;
|
|
|
|
&::after{
|
|
|
|
&::after{
|
|
|
|
content: '';
|
|
|
|
content: '';
|
|
|
|
position: absolute;
|
|
|
|
position: absolute;
|
|
|
@ -822,6 +823,7 @@ export default {
|
|
|
|
z-index: 0;
|
|
|
|
z-index: 0;
|
|
|
|
background: @primary-color;
|
|
|
|
background: @primary-color;
|
|
|
|
opacity: .04;
|
|
|
|
opacity: .04;
|
|
|
|
|
|
|
|
z-index: -1;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
/*列表操作按钮颜色 */
|
|
|
|
/*列表操作按钮颜色 */
|
|
|
|