# Conflicts: # src/views/login/index.vue
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user