diff --git a/43133.66376e19.async.js b/43133.de18da55.async.js
similarity index 98%
rename from 43133.66376e19.async.js
rename to 43133.de18da55.async.js
index 37c0f8592d..3b02ed4182 100644
--- a/43133.66376e19.async.js
+++ b/43133.de18da55.async.js
@@ -224,7 +224,7 @@ var Knowledge = function Knowledge(_ref) {
children: /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
style: {
display: 'flex',
- justifyContent: 'space-between'
+ alignItems: 'center'
},
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("span", {
style: {
@@ -233,8 +233,18 @@ var Knowledge = function Knowledge(_ref) {
textOverflow: "ellipsis"
},
children: item.name
- }), /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
- children: item.type === 'personal' ? '(自用)' : ''
+ }), (item === null || item === void 0 ? void 0 : item.type) === 'personal' && /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
+ style: {
+ marginLeft: '5px',
+ border: '1px solid #24C074',
+ color: '#24C074',
+ padding: "0 4px",
+ borderRadius: '2px',
+ fontSize: "12px",
+ height: '20px',
+ lineHeight: '20px'
+ },
+ children: "\u81EA\u7528"
})]
})
}, item.id);
diff --git a/47108.0e53be32.async.js b/47108.ca8eecb3.async.js
similarity index 99%
rename from 47108.0e53be32.async.js
rename to 47108.ca8eecb3.async.js
index 538b72f606..6d5e7def83 100644
--- a/47108.0e53be32.async.js
+++ b/47108.ca8eecb3.async.js
@@ -8846,13 +8846,22 @@ var ProblemsetPage = function ProblemsetPage(_ref) {
style: {
overflow: 'hidden',
whiteSpace: 'nowrap',
- textOverflow: 'ellipsis'
+ textOverflow: 'ellipsis',
+ display: "flex"
},
- children: [v === null || v === void 0 ? void 0 : v.name, /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
+ children: [/*#__PURE__*/(0,jsx_runtime.jsx)("div", {
+ children: v === null || v === void 0 ? void 0 : v.name
+ }), (v === null || v === void 0 ? void 0 : v.type) === 'personal' && /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
style: {
- marginLeft: 'auto'
+ marginLeft: '10px',
+ border: '1px solid #24C074',
+ color: '#24C074',
+ padding: "0 4px",
+ borderRadius: '2px',
+ fontSize: "12px",
+ lineHeight: '22px'
},
- children: (v === null || v === void 0 ? void 0 : v.type) === 'personal' ? '(自用)' : ''
+ children: "\u81EA\u7528"
})]
})
})
diff --git a/index.html b/index.html
index 459fff4649..0c288ae522 100644
--- a/index.html
+++ b/index.html
@@ -25,7 +25,7 @@
display: block !important;
}
-
+