This commit is contained in:
GGJ
2025-01-09 19:02:44 +08:00
commit 92e7a7a5eb
2943 changed files with 1152283 additions and 0 deletions

View File

@@ -0,0 +1,234 @@
.addDashDialog{
.el-dialog__header{
border-radius: 5px 5px 0px 0px;
padding: 10px 0px 10px 20px;
background-color: #50BFFF;
}
}
.dashimg {
padding: 5px;
img{
border: 1px solid #D4D4D4;
width: 120px;height: 60px;
}
}
.dashlist{
ul li{
margin: 17px 0px;
}
}
.dragdash{
border-radius:3px 3px 0px 0px;
border: 1px solid #F5F5F5;
margin-bottom: 20px;
}
.dashDialog{
border-radius: 5px;
top: 20%;
.el-dialog__body{
padding: 0px;
}
.el-dialog__header{
border-radius: 5px 5px 0px 0px;
padding: 10px 0px 10px 20px;
background-color: #50BFFF;
}.header{
padding-bottom: 30px;
}
.content{
padding: 30px;
}
.grid-content{
cursor: pointer;
height: 70px;
padding: 10px;
img{
width: 100%;
height: 100%;
}
border: 1px solid rosybrown;
&:hover{
background-color: #50BFFF;
}
}
}
.dashtitle{
margin-left: 20px;
margin-top: -12px;
position: absolute;
}
body {
font-size: 13px;
background: #fff;
color: black;
font-family: 'Lato';
font-weight: 300;
line-height: 1.5;
overflow-x: hidden;
-webkit-font-smoothing: antialiased;
}
.layout {
/*border: 1px solid darkgrey;*/
}
.drag-div {
border: 2px dashed #C1C1C1;
margin-bottom: 10px;
width: 100%;
}
.el-dropdown-menu{
border-radius: 3px;
}
.dashDialog{
border-radius: 5px;
top: 20%;
.el-dialog__body{
padding: 0px;
}
.el-dialog__header{
border-radius: 5px 5px 0px 0px;
padding: 10px 0px 10px 20px;
background-color: #50BFFF;
}.header{
padding-bottom: 30px;
}
.content{
padding: 30px;
}
.grid-content{
cursor: pointer;
height: 70px;
padding: 10px;
img{
width: 100%;
height: 100%;
}
border: 1px solid rosybrown;
&:hover{
background-color: #50BFFF;
}
}
}
body {
background: #fff;
color: black;
font-family: 'Lato';
font-weight: 300;
line-height: 1.5;
font-size: 13px;
-webkit-font-smoothing: antialiased;
}
.right-menu{
border-left: 1px solid #D4D4D4;
}
.left-menu{
margin-top: 80px;
height: 100%;
color: #FFFFFF
}
.griditem{
overflow:hidden;
border-top: 4px solid #0F78EE;
background-color: #0337478e;
border: 1px solid #03d5fa;
box-shadow: 0 2px 16px #CCCCCC, 0 0 1px #CCCCCC, 0 0 1px #CCCCCC;
}
.component{
height: 100vh;
z-index: 10000;
padding: 0px 0px;
background-color: #343435fa;
margin-top: 0px;
border-top: 0px solid #ECEFF4;
}
.drag-title{
font-size: 13px;
background-color:#FFFFFF;
height: 40px;
line-height: 40px;
padding-left: 10px;
border-bottom:1px solid #EAEAEF ;
.ico{
cursor: pointer;
color: #157BEE;
.el-dropdown{
display: inline-block;
float: right;
line-height: 40px;
margin-right: 10px;
i{
color: #0F78EE;
}
}
}
}
.dashcontent{
background-color: #1E2A3A;
}
.el-dropdown-menu__item{
font-size: 13px;
}
.drag-content{
position: absolute;
bottom: 0px;
width: 100%;
//overflow-y:auto;
//overflow-x:hidden;
}
.addDashDialog{
background-color: ;
.addDashContent{
background-color: #FFFFFF;
.leftmenu{
ul{
list-style: none;
li{
padding:5px 10px;
cursor: pointer;
font-weight: 700;
&:hover{
background-color: #CCCCCC;
}
}
.typeselect{
color: #0D87F7;
}
}
}
.rightmenu{
border-left: 1px solid #CCCCCC;
padding-left: 30px;
.componentlist{
border-bottom: 1px solid #CCCCCC;
padding: 10px;
}
ul {
display: inline-block;
list-style: none;
li{
padding: 8px 0px 8px 15px;
b{
color: #0D87F7;
font-family:"arial black";
font-weight: 900;
}
}
}
img{
width: 120px;
height: 60px;
border: 1px solid #CCCCCC;
}
.button{
font-size: 11px;
}
}
}
}

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

219
src/views/home/dashView.css Normal file
View File

@@ -0,0 +1,219 @@
.addDashDialog .el-dialog__header {
border-radius: 5px 5px 0px 0px;
padding: 10px 0px 10px 20px;
background-color: #50BFFF;
}
.dashimg {
padding: 5px;
}
.dashimg img {
border: 1px solid #D4D4D4;
width: 120px;
height: 60px;
}
.dashlist ul li {
margin: 17px 0px;
}
.dragdash {
border-radius: 3px 3px 0px 0px;
border: 1px solid #F5F5F5;
margin-bottom: 20px;
}
.dashDialog {
border-radius: 5px;
top: 20%;
}
.dashDialog .el-dialog__body {
padding: 0px;
}
.dashDialog .el-dialog__header {
border-radius: 5px 5px 0px 0px;
padding: 10px 0px 10px 20px;
background-color: #50BFFF;
}
.dashDialog .header {
padding-bottom: 30px;
}
.dashDialog .content {
padding: 30px;
}
.dashDialog .grid-content {
cursor: pointer;
height: 70px;
padding: 10px;
border: 1px solid rosybrown;
}
.dashDialog .grid-content img {
width: 100%;
height: 100%;
}
.dashDialog .grid-content:hover {
background-color: #50BFFF;
}
.dashtitle {
margin-left: 20px;
margin-top: -12px;
position: absolute;
}
body {
font-size: 13px;
background: #fff;
color: black;
font-family: 'Lato';
font-weight: 300;
line-height: 1.5;
overflow-x: hidden;
-webkit-font-smoothing: antialiased;
}
.layout {
/*border: 1px solid darkgrey;*/
}
.drag-div {
border: 2px dashed #C1C1C1;
margin-bottom: 10px;
width: 100%;
}
.el-dropdown-menu {
border-radius: 3px;
}
.dashDialog {
border-radius: 5px;
top: 20%;
}
.dashDialog .el-dialog__body {
padding: 0px;
}
.dashDialog .el-dialog__header {
border-radius: 5px 5px 0px 0px;
padding: 10px 0px 10px 20px;
background-color: #50BFFF;
}
.dashDialog .header {
padding-bottom: 30px;
}
.dashDialog .content {
padding: 30px;
}
.dashDialog .grid-content {
cursor: pointer;
height: 70px;
padding: 10px;
border: 1px solid rosybrown;
}
.dashDialog .grid-content img {
width: 100%;
height: 100%;
}
.dashDialog .grid-content:hover {
background-color: #50BFFF;
}
body {
background: #fff;
color: black;
font-family: 'Lato';
font-weight: 300;
line-height: 1.5;
font-size: 13px;
-webkit-font-smoothing: antialiased;
}
.right-menu {
border-left: 1px solid #D4D4D4;
}
.left-menu {
margin-top: 80px;
height: 100%;
color: #FFFFFF;
}
.griditem {
overflow: hidden;
border-top: 4px solid #0F78EE;
background-color: #0337478e;
border: 1px solid #03d5fa;
box-shadow: 0 2px 16px #CCCCCC, 0 0 1px #CCCCCC, 0 0 1px #CCCCCC;
}
.component {
padding: 0px 0px;
background-color: #343435fa;
margin-top: 0px;
border-top: 0px solid #ECEFF4;
}
.drag-title {
font-size: 13px;
background-color: #FFFFFF;
height: 40px;
line-height: 40px;
padding-left: 10px;
border-bottom: 1px solid #EAEAEF;
}
.drag-title .ico {
cursor: pointer;
color: #157BEE;
}
.drag-title .ico .el-dropdown {
display: inline-block;
float: right;
line-height: 40px;
margin-right: 10px;
}
.drag-title .ico .el-dropdown i {
color: #0F78EE;
}
.dashcontent {
background-color: #1E2A3A;
}
.el-dropdown-menu__item {
font-size: 13px;
}
.drag-content {
position: absolute;
bottom: 0px;
width: 100%;
}
.addDashDialog {
background-color: ;
}
.addDashDialog .addDashContent {
background-color: #FFFFFF;
}
.addDashDialog .addDashContent .leftmenu ul {
list-style: none;
}
.addDashDialog .addDashContent .leftmenu ul li {
padding: 5px 10px;
cursor: pointer;
font-weight: 700;
}
.addDashDialog .addDashContent .leftmenu ul li:hover {
background-color: #CCCCCC;
}
.addDashDialog .addDashContent .leftmenu ul .typeselect {
color: #0D87F7;
}
.addDashDialog .addDashContent .rightmenu {
border-left: 1px solid #CCCCCC;
padding-left: 30px;
}
.addDashDialog .addDashContent .rightmenu .componentlist {
border-bottom: 1px solid #CCCCCC;
padding: 10px;
}
.addDashDialog .addDashContent .rightmenu ul {
display: inline-block;
list-style: none;
}
.addDashDialog .addDashContent .rightmenu ul li {
padding: 8px 0px 8px 15px;
}
.addDashDialog .addDashContent .rightmenu ul li b {
color: #0D87F7;
font-family: "arial black";
font-weight: 900;
}
.addDashDialog .addDashContent .rightmenu img {
width: 120px;
height: 60px;
border: 1px solid #CCCCCC;
}
.addDashDialog .addDashContent .rightmenu .button {
font-size: 11px;
}

View File

@@ -0,0 +1,233 @@
.addDashDialog{
.el-dialog__header{
border-radius: 5px 5px 0px 0px;
padding: 10px 0px 10px 20px;
background-color: #50BFFF;
}
}
.dashimg {
padding: 5px;
img{
border: 1px solid #D4D4D4;
width: 120px;height: 60px;
}
}
.dashlist{
ul li{
margin: 17px 0px;
}
}
.dragdash{
border-radius:3px 3px 0px 0px;
border: 1px solid #F5F5F5;
margin-bottom: 20px;
}
.dashDialog{
border-radius: 5px;
top: 20%;
.el-dialog__body{
padding: 0px;
}
.el-dialog__header{
border-radius: 5px 5px 0px 0px;
padding: 10px 0px 10px 20px;
background-color: #50BFFF;
}.header{
padding-bottom: 30px;
}
.content{
padding: 30px;
}
.grid-content{
cursor: pointer;
height: 70px;
padding: 10px;
img{
width: 100%;
height: 100%;
}
border: 1px solid rosybrown;
&:hover{
background-color: #50BFFF;
}
}
}
.dashtitle{
margin-left: 20px;
margin-top: -12px;
position: absolute;
}
body {
font-size: 13px;
background: #fff;
color: black;
font-family: 'Lato';
font-weight: 300;
line-height: 1.5;
overflow-x: hidden;
-webkit-font-smoothing: antialiased;
}
.layout {
/*border: 1px solid darkgrey;*/
}
.drag-div {
border: 2px dashed #C1C1C1;
margin-bottom: 10px;
width: 100%;
}
.el-dropdown-menu{
border-radius: 3px;
}
.dashDialog{
border-radius: 5px;
top: 20%;
.el-dialog__body{
padding: 0px;
}
.el-dialog__header{
border-radius: 5px 5px 0px 0px;
padding: 10px 0px 10px 20px;
background-color: #50BFFF;
}.header{
padding-bottom: 30px;
}
.content{
padding: 30px;
}
.grid-content{
cursor: pointer;
height: 70px;
padding: 10px;
img{
width: 100%;
height: 100%;
}
border: 1px solid rosybrown;
&:hover{
background-color: #50BFFF;
}
}
}
body {
background: #fff;
color: black;
font-family: 'Lato';
font-weight: 300;
line-height: 1.5;
font-size: 13px;
-webkit-font-smoothing: antialiased;
}
.right-menu{
border-left: 1px solid #D4D4D4;
}
.left-menu{
margin-top: 80px;
height: 100%;
color: #FFFFFF
}
.griditem{
overflow:hidden;
border-top: 4px solid #0F78EE;
background-color: #0337478e;
border: 1px solid #03d5fa;
box-shadow: 0 2px 16px #CCCCCC, 0 0 1px #CCCCCC, 0 0 1px #CCCCCC;
}
.component{
z-index: 10000;
padding: 0px 0px;
background-color: #343435fa;
margin-top: 0px;
border-top: 0px solid #ECEFF4;
}
.drag-title{
font-size: 13px;
background-color:#FFFFFF;
height: 40px;
line-height: 40px;
padding-left: 10px;
border-bottom:1px solid #EAEAEF ;
.ico{
cursor: pointer;
color: #157BEE;
.el-dropdown{
display: inline-block;
float: right;
line-height: 40px;
margin-right: 10px;
i{
color: #0F78EE;
}
}
}
}
.dashcontent{
background-color: #1E2A3A;
}
.el-dropdown-menu__item{
font-size: 13px;
}
.drag-content{
position: absolute;
bottom: 0px;
width: 100%;
//overflow-y:auto;
//overflow-x:hidden;
}
.addDashDialog{
background-color: ;
.addDashContent{
background-color: #FFFFFF;
.leftmenu{
ul{
list-style: none;
li{
padding:5px 10px;
cursor: pointer;
font-weight: 700;
&:hover{
background-color: #CCCCCC;
}
}
.typeselect{
color: #0D87F7;
}
}
}
.rightmenu{
border-left: 1px solid #CCCCCC;
padding-left: 30px;
.componentlist{
border-bottom: 1px solid #CCCCCC;
padding: 10px;
}
ul {
display: inline-block;
list-style: none;
li{
padding: 8px 0px 8px 15px;
b{
color: #0D87F7;
font-family:"arial black";
font-weight: 900;
}
}
}
img{
width: 120px;
height: 60px;
border: 1px solid #CCCCCC;
}
.button{
font-size: 11px;
}
}
}
}

View File

@@ -0,0 +1,219 @@
.addDashDialog .el-dialog__header {
border-radius: 5px 5px 0px 0px;
padding: 10px 0px 10px 20px;
background-color: #50BFFF;
}
.dashimg {
padding: 5px;
}
.dashimg img {
border: 1px solid #D4D4D4;
width: 120px;
height: 60px;
}
.dashlist ul li {
margin: 17px 0px;
}
.dragdash {
border-radius: 3px 3px 0px 0px;
border: 1px solid #F5F5F5;
margin-bottom: 20px;
}
.dashDialog {
border-radius: 5px;
top: 20%;
}
.dashDialog .el-dialog__body {
padding: 0px;
}
.dashDialog .el-dialog__header {
border-radius: 5px 5px 0px 0px;
padding: 10px 0px 10px 20px;
background-color: #50BFFF;
}
.dashDialog .header {
padding-bottom: 30px;
}
.dashDialog .content {
padding: 30px;
}
.dashDialog .grid-content {
cursor: pointer;
height: 70px;
padding: 10px;
border: 1px solid rosybrown;
}
.dashDialog .grid-content img {
width: 100%;
height: 100%;
}
.dashDialog .grid-content:hover {
background-color: #50BFFF;
}
.dashtitle {
margin-left: 20px;
margin-top: -12px;
position: absolute;
}
body {
font-size: 13px;
background: #fff;
color: black;
font-family: 'Lato';
font-weight: 300;
line-height: 1.5;
overflow-x: hidden;
-webkit-font-smoothing: antialiased;
}
.layout {
/*border: 1px solid darkgrey;*/
}
.drag-div {
border: 2px dashed #C1C1C1;
margin-bottom: 10px;
width: 100%;
}
.el-dropdown-menu {
border-radius: 3px;
}
.dashDialog {
border-radius: 5px;
top: 20%;
}
.dashDialog .el-dialog__body {
padding: 0px;
}
.dashDialog .el-dialog__header {
border-radius: 5px 5px 0px 0px;
padding: 10px 0px 10px 20px;
background-color: #50BFFF;
}
.dashDialog .header {
padding-bottom: 30px;
}
.dashDialog .content {
padding: 30px;
}
.dashDialog .grid-content {
cursor: pointer;
height: 70px;
padding: 10px;
border: 1px solid rosybrown;
}
.dashDialog .grid-content img {
width: 100%;
height: 100%;
}
.dashDialog .grid-content:hover {
background-color: #50BFFF;
}
body {
background: #fff;
color: black;
font-family: 'Lato';
font-weight: 300;
line-height: 1.5;
font-size: 13px;
-webkit-font-smoothing: antialiased;
}
.right-menu {
border-left: 1px solid #D4D4D4;
}
.left-menu {
margin-top: 80px;
height: 100%;
color: #FFFFFF;
}
.griditem {
overflow: hidden;
border-top: 4px solid #0F78EE;
background-color: #5d5f5f;
border: 1px solid #03d5fa;
box-shadow: 0 2px 16px #CCCCCC, 0 0 1px #CCCCCC, 0 0 1px #CCCCCC;
}
.component {
padding: 0px 0px;
background-color: #343435fa;
margin-top: 0px;
border-top: 0px solid #ECEFF4;
}
.drag-title {
font-size: 13px;
background-color: #FFFFFF;
height: 40px;
line-height: 40px;
padding-left: 10px;
border-bottom: 1px solid #EAEAEF;
}
.drag-title .ico {
cursor: pointer;
color: #157BEE;
}
.drag-title .ico .el-dropdown {
display: inline-block;
float: right;
line-height: 40px;
margin-right: 10px;
}
.drag-title .ico .el-dropdown i {
color: #0F78EE;
}
.dashcontent {
background-color: #1E2A3A;
}
.el-dropdown-menu__item {
font-size: 13px;
}
.drag-content {
position: absolute;
bottom: 0px;
width: 100%;
}
.addDashDialog {
background-color: ;
}
.addDashDialog .addDashContent {
background-color: #FFFFFF;
}
.addDashDialog .addDashContent .leftmenu ul {
list-style: none;
}
.addDashDialog .addDashContent .leftmenu ul li {
padding: 5px 10px;
cursor: pointer;
font-weight: 700;
}
.addDashDialog .addDashContent .leftmenu ul li:hover {
background-color: #CCCCCC;
}
.addDashDialog .addDashContent .leftmenu ul .typeselect {
color: #0D87F7;
}
.addDashDialog .addDashContent .rightmenu {
border-left: 1px solid #CCCCCC;
padding-left: 30px;
}
.addDashDialog .addDashContent .rightmenu .componentlist {
border-bottom: 1px solid #CCCCCC;
padding: 10px;
}
.addDashDialog .addDashContent .rightmenu ul {
display: inline-block;
list-style: none;
}
.addDashDialog .addDashContent .rightmenu ul li {
padding: 8px 0px 8px 15px;
}
.addDashDialog .addDashContent .rightmenu ul li b {
color: #0D87F7;
font-family: "arial black";
font-weight: 900;
}
.addDashDialog .addDashContent .rightmenu img {
width: 120px;
height: 60px;
border: 1px solid #CCCCCC;
}
.addDashDialog .addDashContent .rightmenu .button {
font-size: 11px;
}

View File

@@ -0,0 +1,233 @@
.addDashDialog{
.el-dialog__header{
border-radius: 5px 5px 0px 0px;
padding: 10px 0px 10px 20px;
background-color: #50BFFF;
}
}
.dashimg {
padding: 5px;
img{
border: 1px solid #D4D4D4;
width: 120px;height: 60px;
}
}
.dashlist{
ul li{
margin: 17px 0px;
}
}
.dragdash{
border-radius:3px 3px 0px 0px;
border: 1px solid #F5F5F5;
margin-bottom: 20px;
}
.dashDialog{
border-radius: 5px;
top: 20%;
.el-dialog__body{
padding: 0px;
}
.el-dialog__header{
border-radius: 5px 5px 0px 0px;
padding: 10px 0px 10px 20px;
background-color: #50BFFF;
}.header{
padding-bottom: 30px;
}
.content{
padding: 30px;
}
.grid-content{
cursor: pointer;
height: 70px;
padding: 10px;
img{
width: 100%;
height: 100%;
}
border: 1px solid rosybrown;
&:hover{
background-color: #50BFFF;
}
}
}
.dashtitle{
margin-left: 20px;
margin-top: -12px;
position: absolute;
}
body {
font-size: 13px;
background: #fff;
color: black;
font-family: 'Lato';
font-weight: 300;
line-height: 1.5;
overflow-x: hidden;
-webkit-font-smoothing: antialiased;
}
.layout {
/*border: 1px solid darkgrey;*/
}
.drag-div {
border: 2px dashed #C1C1C1;
margin-bottom: 10px;
width: 100%;
}
.el-dropdown-menu{
border-radius: 3px;
}
.dashDialog{
border-radius: 5px;
top: 20%;
.el-dialog__body{
padding: 0px;
}
.el-dialog__header{
border-radius: 5px 5px 0px 0px;
padding: 10px 0px 10px 20px;
background-color: #50BFFF;
}.header{
padding-bottom: 30px;
}
.content{
padding: 30px;
}
.grid-content{
cursor: pointer;
height: 70px;
padding: 10px;
img{
width: 100%;
height: 100%;
}
border: 1px solid rosybrown;
&:hover{
background-color: #50BFFF;
}
}
}
body {
background: #fff;
color: black;
font-family: 'Lato';
font-weight: 300;
line-height: 1.5;
font-size: 13px;
-webkit-font-smoothing: antialiased;
}
.right-menu{
border-left: 1px solid #D4D4D4;
}
.left-menu{
margin-top: 80px;
height: 100%;
color: #FFFFFF
}
.griditem{
overflow:hidden;
border-top: 4px solid #0F78EE;
background-color: #0337478e;
border: 1px solid #03d5fa;
box-shadow: 0 2px 16px #CCCCCC, 0 0 1px #CCCCCC, 0 0 1px #CCCCCC;
}
.component{
z-index: 10000;
padding: 0px 0px;
background-color: #343435fa;
margin-top: 0px;
border-top: 0px solid #ECEFF4;
}
.drag-title{
font-size: 13px;
background-color:#FFFFFF;
height: 40px;
line-height: 40px;
padding-left: 10px;
border-bottom:1px solid #EAEAEF ;
.ico{
cursor: pointer;
color: #157BEE;
.el-dropdown{
display: inline-block;
float: right;
line-height: 40px;
margin-right: 10px;
i{
color: #0F78EE;
}
}
}
}
.dashcontent{
background-color: #1E2A3A;
}
.el-dropdown-menu__item{
font-size: 13px;
}
.drag-content{
position: absolute;
bottom: 0px;
width: 100%;
//overflow-y:auto;
//overflow-x:hidden;
}
.addDashDialog{
background-color: ;
.addDashContent{
background-color: #FFFFFF;
.leftmenu{
ul{
list-style: none;
li{
padding:5px 10px;
cursor: pointer;
font-weight: 700;
&:hover{
background-color: #CCCCCC;
}
}
.typeselect{
color: #0D87F7;
}
}
}
.rightmenu{
border-left: 1px solid #CCCCCC;
padding-left: 30px;
.componentlist{
border-bottom: 1px solid #CCCCCC;
padding: 10px;
}
ul {
display: inline-block;
list-style: none;
li{
padding: 8px 0px 8px 15px;
b{
color: #0D87F7;
font-family:"arial black";
font-weight: 900;
}
}
}
img{
width: 120px;
height: 60px;
border: 1px solid #CCCCCC;
}
.button{
font-size: 11px;
}
}
}
}

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,220 @@
.addDashDialog .el-dialog__header {
border-radius: 5px 5px 0px 0px;
padding: 10px 0px 10px 20px;
background-color: #50BFFF;
}
.dashimg {
padding: 5px;
}
.dashimg img {
border: 1px solid #D4D4D4;
width: 120px;
height: 60px;
}
.dashlist ul li {
margin: 17px 0px;
}
.dragdash {
border-radius: 3px 3px 0px 0px;
border: 1px solid #F5F5F5;
margin-bottom: 20px;
}
.dashDialog {
border-radius: 5px;
top: 20%;
}
.dashDialog .el-dialog__body {
padding: 0px;
}
.dashDialog .el-dialog__header {
border-radius: 5px 5px 0px 0px;
padding: 10px 0px 10px 20px;
background-color: #50BFFF;
}
.dashDialog .header {
padding-bottom: 30px;
}
.dashDialog .content {
padding: 30px;
}
.dashDialog .grid-content {
cursor: pointer;
height: 70px;
padding: 10px;
border: 1px solid rosybrown;
}
.dashDialog .grid-content img {
width: 100%;
height: 100%;
}
.dashDialog .grid-content:hover {
background-color: #50BFFF;
}
.dashtitle {
margin-left: 20px;
margin-top: -12px;
position: absolute;
}
body {
font-size: 13px;
background: #fff;
color: black;
font-family: 'Lato';
font-weight: 300;
line-height: 1.5;
overflow-x: hidden;
-webkit-font-smoothing: antialiased;
}
.layout {
/*border: 1px solid darkgrey;*/
}
.drag-div {
border: 2px dashed #C1C1C1;
margin-bottom: 10px;
width: 100%;
}
.el-dropdown-menu {
border-radius: 3px;
}
.dashDialog {
border-radius: 5px;
top: 20%;
}
.dashDialog .el-dialog__body {
padding: 0px;
}
.dashDialog .el-dialog__header {
border-radius: 5px 5px 0px 0px;
padding: 10px 0px 10px 20px;
background-color: #50BFFF;
}
.dashDialog .header {
padding-bottom: 30px;
}
.dashDialog .content {
padding: 30px;
}
.dashDialog .grid-content {
cursor: pointer;
height: 70px;
padding: 10px;
border: 1px solid rosybrown;
}
.dashDialog .grid-content img {
width: 100%;
height: 100%;
}
.dashDialog .grid-content:hover {
background-color: #50BFFF;
}
body {
background: #fff;
color: black;
font-family: 'Lato';
font-weight: 300;
line-height: 1.5;
font-size: 13px;
-webkit-font-smoothing: antialiased;
}
.right-menu {
border-left: 1px solid #D4D4D4;
}
.left-menu {
margin-top: 80px;
height: 100%;
color: #FFFFFF;
}
.griditem {
overflow: auto;
border-top: 4px solid #0F78EE;
background-color: #5d5f5f;
border: 1px solid #03d5fa;
box-shadow: 0 2px 16px #CCCCCC, 0 0 1px #CCCCCC, 0 0 1px #CCCCCC;
}
.component {
padding: 0px 0px;
background-color: #343435fa;
margin-top: 0px;
border-top: 0px solid #ECEFF4;
}
.drag-title {
font-size: 13px;
background-color: #FFFFFF;
height: 40px;
line-height: 40px;
padding-left: 10px;
border-bottom: 1px solid #EAEAEF;
}
.drag-title .ico {
cursor: pointer;
color: #157BEE;
}
.drag-title .ico .el-dropdown {
display: inline-block;
float: right;
line-height: 40px;
margin-right: 10px;
}
.drag-title .ico .el-dropdown i {
color: #0F78EE;
}
.dashcontent {
background-color: #1E2A3A;
}
.el-dropdown-menu__item {
font-size: 13px;
}
.drag-content {
position: absolute;
bottom: 20px;
width: 100%;
overflow: hidden;
}
.addDashDialog {
background-color: ;
}
.addDashDialog .addDashContent {
background-color: #FFFFFF;
}
.addDashDialog .addDashContent .leftmenu ul {
list-style: none;
}
.addDashDialog .addDashContent .leftmenu ul li {
padding: 5px 10px;
cursor: pointer;
font-weight: 700;
}
.addDashDialog .addDashContent .leftmenu ul li:hover {
background-color: #CCCCCC;
}
.addDashDialog .addDashContent .leftmenu ul .typeselect {
color: #0D87F7;
}
.addDashDialog .addDashContent .rightmenu {
border-left: 1px solid #CCCCCC;
padding-left: 30px;
}
.addDashDialog .addDashContent .rightmenu .componentlist {
border-bottom: 1px solid #CCCCCC;
padding: 10px;
}
.addDashDialog .addDashContent .rightmenu ul {
display: inline-block;
list-style: none;
}
.addDashDialog .addDashContent .rightmenu ul li {
padding: 8px 0px 8px 15px;
}
.addDashDialog .addDashContent .rightmenu ul li b {
color: #0D87F7;
font-family: "arial black";
font-weight: 900;
}
.addDashDialog .addDashContent .rightmenu img {
width: 120px;
height: 60px;
border: 1px solid #CCCCCC;
}
.addDashDialog .addDashContent .rightmenu .button {
font-size: 11px;
}

View File

@@ -0,0 +1,234 @@
.addDashDialog{
.el-dialog__header{
border-radius: 5px 5px 0px 0px;
padding: 10px 0px 10px 20px;
background-color: #50BFFF;
}
}
.dashimg {
padding: 5px;
img{
border: 1px solid #D4D4D4;
width: 120px;height: 60px;
}
}
.dashlist{
ul li{
margin: 17px 0px;
}
}
.dragdash{
border-radius:3px 3px 0px 0px;
border: 1px solid #F5F5F5;
margin-bottom: 20px;
}
.dashDialog{
border-radius: 5px;
top: 20%;
.el-dialog__body{
padding: 0px;
}
.el-dialog__header{
border-radius: 5px 5px 0px 0px;
padding: 10px 0px 10px 20px;
background-color: #50BFFF;
}.header{
padding-bottom: 30px;
}
.content{
padding: 30px;
}
.grid-content{
cursor: pointer;
height: 70px;
padding: 10px;
img{
width: 100%;
height: 100%;
}
border: 1px solid rosybrown;
&:hover{
background-color: #50BFFF;
}
}
}
.dashtitle{
margin-left: 20px;
margin-top: -12px;
position: absolute;
}
body {
font-size: 13px;
background: #fff;
color: black;
font-family: 'Lato';
font-weight: 300;
line-height: 1.5;
overflow-x: hidden;
-webkit-font-smoothing: antialiased;
}
.layout {
/*border: 1px solid darkgrey;*/
}
.drag-div {
border: 2px dashed #C1C1C1;
margin-bottom: 10px;
width: 100%;
}
.el-dropdown-menu{
border-radius: 3px;
}
.dashDialog{
border-radius: 5px;
top: 20%;
.el-dialog__body{
padding: 0px;
}
.el-dialog__header{
border-radius: 5px 5px 0px 0px;
padding: 10px 0px 10px 20px;
background-color: #50BFFF;
}.header{
padding-bottom: 30px;
}
.content{
padding: 30px;
}
.grid-content{
cursor: pointer;
height: 70px;
padding: 10px;
img{
width: 100%;
height: 100%;
}
border: 1px solid rosybrown;
&:hover{
background-color: #50BFFF;
}
}
}
body {
background: #fff;
color: black;
font-family: 'Lato';
font-weight: 300;
line-height: 1.5;
font-size: 13px;
-webkit-font-smoothing: antialiased;
}
.right-menu{
border-left: 1px solid #D4D4D4;
}
.left-menu{
margin-top: 80px;
height: 100%;
color: #FFFFFF
}
.griditem{
overflow:auto;
border-top: 4px solid #0F78EE;
background-color: #0337478e;
border: 1px solid #03d5fa;
box-shadow: 0 2px 16px #CCCCCC, 0 0 1px #CCCCCC, 0 0 1px #CCCCCC;
}
.component{
height: 100vh;
z-index: 10000;
padding: 0px 0px;
background-color: #343435fa;
margin-top: 0px;
border-top: 0px solid #ECEFF4;
}
.drag-title{
font-size: 13px;
background-color:#FFFFFF;
height: 40px;
line-height: 40px;
padding-left: 10px;
border-bottom:1px solid #EAEAEF ;
.ico{
cursor: pointer;
color: #157BEE;
.el-dropdown{
display: inline-block;
float: right;
line-height: 40px;
margin-right: 10px;
i{
color: #0F78EE;
}
}
}
}
.dashcontent{
background-color: #1E2A3A;
}
.el-dropdown-menu__item{
font-size: 13px;
}
.drag-content{
position: absolute;
bottom: 20px;
width: 100%;
overflow:hidden;
}
.addDashDialog{
background-color: ;
.addDashContent{
background-color: #FFFFFF;
.leftmenu{
ul{
list-style: none;
li{
padding:5px 10px;
cursor: pointer;
font-weight: 700;
&:hover{
background-color: #CCCCCC;
}
}
.typeselect{
color: #0D87F7;
}
}
}
.rightmenu{
border-left: 1px solid #CCCCCC;
padding-left: 30px;
.componentlist{
border-bottom: 1px solid #CCCCCC;
padding: 10px;
}
ul {
display: inline-block;
list-style: none;
li{
padding: 8px 0px 8px 15px;
b{
color: #0D87F7;
font-family:"arial black";
font-weight: 900;
}
}
}
img{
width: 120px;
height: 60px;
border: 1px solid #CCCCCC;
}
.button{
font-size: 11px;
}
}
}
}

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff