|
|
@@ -46,7 +46,7 @@ export default {
|
|
|
config: {
|
|
|
header: ['销售工单','业务员', '产品名称', '订单数', '计划数','完成数', '提醒事项','异常事项'],
|
|
|
data: [],
|
|
|
- rowNum: 8,
|
|
|
+ rowNum: 9,
|
|
|
headerHeight: 35,
|
|
|
headerBGC: 'rgba(15,19,37,0.1)',
|
|
|
oddRowBGC: 'rgba(15,19,37,0.1)',
|
|
|
@@ -180,7 +180,7 @@ export default {
|
|
|
</script>
|
|
|
|
|
|
<style lang="scss">
|
|
|
-$box-height: 570px;
|
|
|
+$box-height: 630px;
|
|
|
$box-width: 100%;
|
|
|
|
|
|
#bottom1 {
|
|
|
@@ -190,7 +190,7 @@ $box-width: 100%;
|
|
|
border-radius: 5px;
|
|
|
.bg-color-black {
|
|
|
border-radius: 10px;
|
|
|
- height: 560px;
|
|
|
+ height: 605px;
|
|
|
padding: 5px;
|
|
|
}
|
|
|
.up {
|
|
|
@@ -200,7 +200,7 @@ $box-width: 100%;
|
|
|
display: flex;
|
|
|
align-items: center; /* 垂直居中 */
|
|
|
.vertical-text {
|
|
|
- height: 380px;
|
|
|
+ height: 420px;
|
|
|
background: linear-gradient(160deg, #0066cc, #0044aa);
|
|
|
color: white;
|
|
|
padding: 15px 5px;
|
|
|
@@ -225,7 +225,7 @@ $box-width: 100%;
|
|
|
|
|
|
.body-box {
|
|
|
width: $box-width;
|
|
|
- height: 450px;
|
|
|
+ height: 495px;
|
|
|
overflow: hidden;
|
|
|
.dv-scroll-board {
|
|
|
width: 100% !important;
|
|
|
@@ -258,7 +258,7 @@ $box-width: 100%;
|
|
|
}
|
|
|
.down1{
|
|
|
width:100%;
|
|
|
- height: 40px;
|
|
|
+ height: 50px;
|
|
|
border-radius: 15px;
|
|
|
color: white; /* 文字颜色 */
|
|
|
padding: 1px 35px; /* 内边距 */
|
|
|
@@ -266,7 +266,7 @@ $box-width: 100%;
|
|
|
display: flex;
|
|
|
justify-content: space-between;
|
|
|
align-items: center;
|
|
|
- font-size: 22px;
|
|
|
+ font-size: 23px;
|
|
|
font-weight: bold;
|
|
|
.spec{
|
|
|
width:80px;
|
|
|
@@ -283,7 +283,7 @@ $box-width: 100%;
|
|
|
.ticker-wrapper {
|
|
|
display: flex;
|
|
|
position: relative;
|
|
|
- height: 40px;
|
|
|
+ height: 50px;
|
|
|
align-items: center;
|
|
|
overflow: hidden;
|
|
|
color: red;
|
|
|
@@ -349,7 +349,7 @@ $box-width: 100%;
|
|
|
right: 0;
|
|
|
top: 50%;
|
|
|
transform: translateY(-50%);
|
|
|
- height: 30px;
|
|
|
+ height: 35px;
|
|
|
width: 2px;
|
|
|
background: rgba(255, 255, 255, 0.2);
|
|
|
}
|