From a2bce22a3a4df5f4662c373e57c07fa4268aeee1 Mon Sep 17 00:00:00 2001 From: 小小儁爺 <1694218219@qq.com> Date: 星期五, 13 六月 2025 09:02:52 +0800 Subject: [PATCH] 1.修改工单打印模板 --- src/styles/global.css | 54 +++++++++++++++++++++++++++--------------------------- 1 files changed, 27 insertions(+), 27 deletions(-) diff --git a/src/styles/global.css b/src/styles/global.css index 6f5c868..675bc78 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -179,37 +179,37 @@ 瀹氫箟婊氬姩鏉¢珮瀹藉強鑳屾櫙 楂樺鍒嗗埆瀵瑰簲妯珫婊氬姩鏉$殑灏哄 */ -::-webkit-scrollbar { - width: 7px; - height: 7px; - /*background-color: white;*/ - background-color: #f8f8fa; -} +/*::-webkit-scrollbar {*/ +/* width: 7px;*/ +/* height: 7px;*/ +/* !*background-color: white;*!*/ +/* background-color: #f8f8fa;*/ +/*}*/ -::-webkit-scrollbar-thumb { - /*box-shadow: inset 0 0 0px white;*/ - box-shadow: inset 0 0 0px #f8f8fa; - /*-webkit-box-shadow: inset 0 0 0px white;*/ - -webkit-box-shadow: inset 0 0 0px #f8f8fa; - background-color: rgb(193, 193, 193); - /*婊氬姩鏉$殑鑳屾櫙棰滆壊*/ - border-radius: 20px; -} +/*::-webkit-scrollbar-thumb {*/ +/* !*box-shadow: inset 0 0 0px white;*!*/ +/* box-shadow: inset 0 0 0px #f8f8fa;*/ +/* !*-webkit-box-shadow: inset 0 0 0px white;*!*/ +/* -webkit-box-shadow: inset 0 0 0px #f8f8fa;*/ +/* background-color: rgb(193, 193, 193);*/ +/* !*婊氬姩鏉$殑鑳屾櫙棰滆壊*!*/ +/* border-radius: 20px;*/ +/*}*/ -/*瑙e喅琛ㄦ牸鍥哄畾鍒楁椂鐨勫帇鏍峰紡闂*/ -.el-table__fixed { - height: calc(100% - 7px) !important; -} +/*!*瑙e喅琛ㄦ牸鍥哄畾鍒楁椂鐨勫帇鏍峰紡闂*!*/ +/*.el-table__fixed {*/ +/* height: calc(100% - 7px) !important;*/ +/*}*/ -.el-table__fixed-right { - height: calc(100% - 12px) !important; -} +/*.el-table__fixed-right {*/ +/* height: calc(100% - 12px) !important;*/ +/*}*/ -.el-table__fixed-right::before, -.el-table__fixed::before { - /*background-color: unset !important;*/ - background-color: #f8f8fa !important; -} +/*.el-table__fixed-right::before,*/ +/*.el-table__fixed::before {*/ +/* !*background-color: unset !important;*!*/ +/* background-color: #f8f8fa !important;*/ +/*}*/ /*scrollbar END*/ -- Gitblit v1.9.3