12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697 |
- .pop-container{
-
- }
-
- ::v-deep .uni-popup {
- position: fixed;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
- z-index: 9999; /* 设置z-index值以覆盖导航栏 */
- }
-
-
- ::v-deep .uni-dialog-content {
- // max-width: 500px;
- // max-height: 370px;
- // height: 370px;
- // overflow: scroll;
- // // overflow: visible; /* 取消溢出隐藏 */
- display: block;
- width: 100%;
- padding: 10px;
- }
-
- ::v-deep .uni-popup__error{
- color: black;
- }
- ::v-deep .uni-dialog-title{
- padding-top: 10px;
- }
- ::v-deep .uni-dialog-button{
- height: 40px;
- }
- ::v-deep .uni-searchbar__box{
- height: 30px;
- padding: 0;
- }
- ::v-deep .uni-searchbar__cancel{
- line-height: 30px;
- }
- ::v-deep .uni-searchbar{
- padding: 5px;
- }
-
- .dialog-content{
- // max-height: 260px;
- // width: 100%;
- // overflow: scroll;
- }
-
- .header-container{
- // background: aliceblue;
- }
-
- .table-container{
- width: 100%;
- height: 300px;
- }
-
-
- .gjz-title{
- font-size: 13px;
- font-weight: bold;
- color: lightgray;
- display: flex;
- flex-direction: row;
- position: relative;
- padding: 10px 0px;
- height: 25px;
- }
-
- ::v-deep .zb-table{
- font-size: 16px;
- .item-td {
- border-left: 1px solid rgb(232, 232, 232) !important;
- }
- .item-th{
- border-left: 1px solid rgb(232, 232, 232) !important;
- }
- }
-
-
- ::v-deep .zb-table .item-td{
- height: 25px;
- line-height: 25px;
- }
-
- ::v-deep .zb-table .zb-table-header{
- height: 30px;
- }
-
- ::v-deep .zb-table .zb-table-header .item-th{
- line-height: 30px;
- height: 30px;
- }
|