Merge branch 'uat'
continuous-integration/drone/push Build is passing

# Conflicts:
#	src/views/login/index.vue
This commit is contained in:
2024-07-10 09:53:28 +08:00
3 changed files with 2 additions and 4 deletions
-1
View File
@@ -4,7 +4,6 @@ import dcmjs from './dcmjs'
export const anonymization = function (file, config) {
return new Promise(async (resolve, reject) => {
try {
console.log(file);
const reader = new FileReader()
let AnonymizeFixedList = config.AnonymizeFixedList
let AnonymizeNotFixedList = config.AnonymizeNotFixedList
+1 -2
View File
@@ -410,7 +410,7 @@ export default {
/* 修复input 背景不协调 和光标变色 */
$bg: #283443;
$light_gray: #909399;
$light_gray: #0093dd;
$cursor: #fff;
// @supports (-webkit-mask: none) and (not (cater-color: $cursor)) {
@@ -541,7 +541,6 @@ $light_gray: #606266;
// margin-bottom: 50px;
text-align: center;
margin-top: 18%;
.title {
font-size: 35px;
color: $light_gray;