123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436 |
- .el-tooltip__popper{
- max-width: 80vw!important;
- }
- .fullscreen {
- background: #fff !important;
- }
- .table-input {
- height: 100%;
- width: 100%;
- .el-input__inner {
- border-radius: 0 !important;
- height: 100%;
- width: 100%;
- min-height: 40px;
- background-color: transparent;
- border: none;
- }
- }
- .el-dialog__header {
- border-radius: 10px 10px 0 0;
- background: aliceblue;
- }
- .function-box .el-badge__content {
- right: 25px !important;
- }
- .excel-box {
- background: #fff;
- border-radius: 5px;
- height: calc(100vh - 150px);
- width: 100%;
- display: inline-block;
- overflow: hidden;
- margin-bottom: 0;
- }
- .rightCbox {
- .el-card__body{
- padding: 10px!important;
- }
- }
- .el-dialog {
- border-radius: 10px;
- box-shadow: 2px 2px 10px 1px #666;
- .dialog-l {
- width: 120px;
- display: inline-block;
- vertical-align: top;
- }
- .dialog-r {
- width: calc(100% - 120px);
- display: inline-block;
- .el-upload {
- width: 100%;
- padding: 0 20px;
- }
- .el-upload-dragger {
- width: auto !important;
- height: 100px !important;
- .el-icon-upload {
- margin-top: 10px;
- }
- }
- }
- }
- .inner-container {
- margin: 15px;
- background: #fff;
- border-radius: 5px;
- height: calc(100vh - 150px);
- width: calc(100% - 30px);
- float: left;
- display: inline-block;
- overflow: hidden;
- margin-bottom: 0;
- h2 {
- font-weight: normal;
- display: inline-block;
- }
- .dialog-footer {
- clear: both;
- }
- .container-box {
- width: 100%;
- height: 100%;
- margin-top: 20px;
- overflow: hidden;
- padding: 0 20px 0 20px;
- }
- .el-select-dropdown {
- z-index: 10 !important;
- }
- .tabbox {
- height: calc(100% - 140px);
- }
- .el-dialog {
- border-radius: 10px;
- box-shadow: 2px 2px 10px 1px #666;
- }
- .el-dialog__header {
- border-radius: 10px 10px 0 0;
- background: aliceblue;
- }
- .el-dialog__body {
- padding-bottom: 0;
- }
- .el-upload {
- width: 100%;
- padding: 0 20px;
- }
- .bigbtns{
- .el-upload {
- padding: 0;
- }
- }
- .el-upload-dragger {
- width: auto !important;
- height: 100px !important;
- .el-icon-upload {
- margin-top: 10px;
- }
- }
- .el-table__fixed-right {
- // height: calc(100% - 10px) !important;
- }
- .tabbox {
- // width: calc(100% - 1px);
- }
- .search {
- margin-top: 20px;
- display: flex;
- justify-content: space-between;
- .el-input--suffix .el-input__inner {
- padding-right: 25px !important;
- }
- .btn-check {
- margin-left: 20px;
- }
- }
- }
- .container {
- margin: 15px;
- background: #fff;
- border-radius: 5px;
- height: calc(100vh - 150px);
- width: calc(100% - 21px);
- float: left;
- display: inline-block;
- overflow: hidden;
- margin-bottom: 0;
- h2 {
- font-weight: normal;
- display: inline-block;
- }
- .dialog-footer {
- clear: both;
- }
- .container-box {
- width: 100%;
- height: 100%;
- max-height: 96vh;
- margin-top: 20px;
- overflow: hidden;
- padding: 0 20px 0 20px;
- }
- .tabbox {
- height: calc(100% - 140px);
- }
- .el-dialog {
- border-radius: 10px;
- box-shadow: 2px 2px 10px 1px #666;
- }
- .el-dialog__header {
- border-radius: 10px 10px 0 0;
- background: aliceblue;
- }
- .myMessage {
- .el-dialog__header {
- border-radius: 10px 10px 0 0;
- background: #fff;
- }
- .el-dialog__body {
- padding-top: 20px;
- }
- }
- .el-dialog__body {
- padding-bottom: 0;
- }
- .el-upload {
- width: 100%;
- padding: 0 20px;
- }
- .el-upload-dragger {
- width: auto !important;
- height: 100px !important;
- .el-icon-upload {
- margin-top: 10px;
- }
- }
- .el-table__fixed-right {
- // height: calc(100% - 10px) !important;
- }
- .tabbox {
- // width: calc(100% - 1px);
- }
- .search {
- margin-top: 20px;
- display: flex;
- justify-content: space-between;
- .el-input--suffix .el-input__inner {
- padding-right: 25px !important;
- }
- .btn-check {
- margin-left: 20px;
- }
- }
- .myfooter {
- padding: 20px;
- text-align: right;
- }
- .bigscreen{
- .el-input__inner{
- background-color: transparent!important;
- color: #fff!important;
- }
- .el-select-dropdown{
- background-color: #000!important;
- }
- .el-select-dropdown__item {
- color: #fff!important;
- }
- .el-select-dropdown__item:hover{
- background-color: #2D5EB0!important;
- }
- .selected{
- color: #2D5EB0!important;
- }
- .hover{
- background-color: #2D5EB0!important;
- color: #fff!important;
- }
- .el-loading-mask{
- background-color: rgba(0,0,0,.5)!important;
- }
- }
- .vagueBox{
- -moz-user-select:none; /*火狐*/
- -webkit-user-select:none; /*webkit浏览器*/
- -ms-user-select:none; /*IE10*/
- -khtml-user-select:none; /*早期浏览器*/
- user-select:none;
- color: transparent;
- text-shadow: #111 0 0 5px;
- .el-input__inner{
- color: transparent;
- text-shadow: #111 0 0 5px;
- }
- }
- }
- .vagueBox{
- -moz-user-select:none; /*火狐*/
- -webkit-user-select:none; /*webkit浏览器*/
- -ms-user-select:none; /*IE10*/
- -khtml-user-select:none; /*早期浏览器*/
- user-select:none;
- color: transparent!important;
- text-shadow: #111 0 0 5px;
- .el-input__inner{
- color: transparent!important;
- text-shadow: #111 0 0 5px;
- }
- }
- .dia-box {
- .el-dialog {
- border-radius: 10px;
- box-shadow: 2px 2px 10px 1px #666;
- }
- .el-dialog__header {
- border-radius: 10px 10px 0 0;
- background: aliceblue;
- }
- .el-dialog__body {
- padding: 20px 30px 10px 30px;
- }
- }
- .structure-l {
- width: calc(75% - 45px);
- }
- .structure-r {
- width: calc(50% - 25px);
- margin-right: 0;
- margin-left: 20px;
- .container-box {
- padding: 0 30px 0 20px;
- }
- }
- //.container::-webkit-scrollbar {
- // width: 0 !important;
- // height: 0;
- //}
- // ::-webkit-scrollbar {
- // height: 15px; /*对水平流动条有效*/
- // width: 15px;
- // }
- /*定义滚动条的轨道颜色、内阴影及圆角*/
- // ::-webkit-scrollbar-track {
- // background-color: #E8E8E8;
- // -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
- // border-radius: 3px;
- // }
- // /*定义滑块颜色、内阴影及圆角*/
- // ::-webkit-scrollbar-thumb {
- // border-radius: 5px;
- // background: rgba(0, 0, 0, .1);
- // -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .4);
- // }
- //---------------------------------------------
- //日历
- .el-calendar-table .el-calendar-day {
- height: 30px !important;
- padding: 0 !important;
- line-height: 32px !important;
- width: 30px !important;
- text-align: center !important;
- }
- .is-today {
- background: #b7d6f6 !important;
- }
- .is-selected {
- background: #e5e8eb !important;
- }
- .el-button-group {
- button:nth-child(2) {
- display: none;
- }
- }
- .el-button--mini,
- .el-button--mini.is-round {
- padding: 5px !important;
- }
- .el-tree-node__content {
- height: 40px !important;
- }
- .el-table--border th.gutter:last-of-type {
- display: inline-block !important;
- }
- .el-select-dropdown__list {
- padding: 6px 0 15px 0;
- }
- .el-menu-item {
- padding-right: 0 !important;
- }
- //预览
- .if-box-top {
- position: fixed;
- top: 0;
- left: 0;
- width: 100vw;
- height: 100vh;
- z-index: 100000;
- i {
- font-size: 28px;
- font-weight: bold;
- color: #e4e4e4;
- position: absolute;
- right: 40px;
- top: 20px;
- cursor: pointer;
- border-radius: 50%;
- background: #bbb;
- background: rgba(0, 0, 0, 0.5);
- padding: 5px;
- }
- i:hover {
- color: #fff;
- }
- }
- .treebox{
- .is-leaf{
- display: none;
- }
- }
- .el-table .warning-row {
- background: #f4f4f4!important;
- }
- .el-table .success-row {
- background: #f0f9eb!important;
- }
- .ggtabinp .el-input__inner{
- padding-left: 5px!important;
- padding-right: 0!important;
- }
- .ggtabinp .el-date-editor .el-input__inner{
- padding-left: 25px!important;
- }
- // .zdy{
- // .is-scrolling-none{
- // height: calc(100% - 120px)!important;
- // }
- // }
|