|
@@ -64,9 +64,6 @@
|
|
|
background-color: transparent !important;
|
|
|
}
|
|
|
|
|
|
-.el-card__header {
|
|
|
- padding: 6px 18px !important;
|
|
|
-}
|
|
|
|
|
|
.el-card__body {
|
|
|
//padding: 16px !important;
|
|
@@ -85,3 +82,25 @@
|
|
|
height: 35px;
|
|
|
padding: 0 !important;
|
|
|
}
|
|
|
+
|
|
|
+.el-card__header{
|
|
|
+ border-bottom: none!important;
|
|
|
+ font-weight: bold!important;
|
|
|
+ color:#333;
|
|
|
+ padding-left: 32px!important;
|
|
|
+}
|
|
|
+.el-card{
|
|
|
+ position: relative;
|
|
|
+}
|
|
|
+
|
|
|
+.el-card__header::before{
|
|
|
+ display: block;
|
|
|
+ content:" ";
|
|
|
+ position: absolute;
|
|
|
+ left: 20px;
|
|
|
+ top: 22px;
|
|
|
+ width: 2px;
|
|
|
+ height: 14px;
|
|
|
+ background: #0084FF;
|
|
|
+ border-radius: 0px 0px 0px 0px;
|
|
|
+}
|