湖里大屏:更改 Card 组件,标题下添加背景图
This commit is contained in:
parent
0fb0c8f23e
commit
8efdc2c036
BIN
src/views/projectAdmin/jlw/assets/images/bg/bg-card.png
Normal file
BIN
src/views/projectAdmin/jlw/assets/images/bg/bg-card.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 523 B |
@ -24,7 +24,12 @@ export default {
|
||||
height: 100%;
|
||||
border: 1px solid #0081c3;
|
||||
background-color: #07162b;
|
||||
background-image: url(../assets/images/bg/bg-card.png);
|
||||
background-repeat: no-repeat;
|
||||
background-position-x: 10px;
|
||||
background-position-y: 30px;
|
||||
.title {
|
||||
margin-bottom: 10px;
|
||||
padding-left: 6px;
|
||||
height: 30px;
|
||||
line-height: 30px;
|
||||
@ -32,7 +37,7 @@ export default {
|
||||
color: #6ee4f0;
|
||||
}
|
||||
.content {
|
||||
height: calc(100% - 30px);
|
||||
height: calc(100% - 40px);
|
||||
overflow: auto;
|
||||
}
|
||||
::-webkit-scrollbar {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user