|
|
|
|
@ -1319,7 +1319,11 @@ var Join = function Join(_ref) {
|
|
|
|
|
},
|
|
|
|
|
placement: "bottom",
|
|
|
|
|
children: moreIcon ? /*#__PURE__*/(0,jsx_runtime.jsx)("img", {
|
|
|
|
|
src: moreIcon
|
|
|
|
|
src: moreIcon,
|
|
|
|
|
style: {
|
|
|
|
|
width: '2vh',
|
|
|
|
|
height: '2vh'
|
|
|
|
|
}
|
|
|
|
|
}) : /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
|
|
|
|
|
style: {
|
|
|
|
|
lineHeight: 'inherit',
|
|
|
|
|
@ -1398,7 +1402,7 @@ var message = __webpack_require__(8591);
|
|
|
|
|
var dropdown = __webpack_require__(38854);
|
|
|
|
|
;// CONCATENATED MODULE: ./src/components/Header/components/User/index.less?modules
|
|
|
|
|
// extracted by mini-css-extract-plugin
|
|
|
|
|
/* harmony default export */ var Usermodules = ({"flex_box_center":"flex_box_center___YbxYn","flex_space_between":"flex_space_between___Atwkg","flex_box_vertical_center":"flex_box_vertical_center____I6AC","flex_box_center_end":"flex_box_center_end___LrYPg","flex_box_column":"flex_box_column___j7QNF","flex-col":"flex-col___FjWL1","flex-row":"flex-row___VfJkb","justify-start":"justify-start___kCHdk","justify-center":"justify-center___lxZ9q","justify-end":"justify-end___bVseE","justify-evenly":"justify-evenly___tH11C","justify-around":"justify-around___RNnQY","justify-between":"justify-between___HFF9Q","align-start":"align-start___C1sHu","align-center":"align-center___Ow7vB","align-end":"align-end___dpCs7","userPic":"userPic___a46Uz","rightMenu":"rightMenu___y_nqk","menuWrap":"menuWrap___iwlZB","exit":"exit___MOREW","classromediv":"classromediv___crYsO","glow":"glow___jMGk7","height67":"height67___asp2E","login":"login___WGEW9","icon":"icon___HABAt","new_style":"new_style___VRLKt","zzxy_user":"zzxy_user___LLqzL","icon_img":"icon_img___WwVKf","new_style_header":"new_style_header___V65v3"});
|
|
|
|
|
/* harmony default export */ var Usermodules = ({"flex_box_center":"flex_box_center___YbxYn","flex_space_between":"flex_space_between___Atwkg","flex_box_vertical_center":"flex_box_vertical_center____I6AC","flex_box_center_end":"flex_box_center_end___LrYPg","flex_box_column":"flex_box_column___j7QNF","flex-col":"flex-col___FjWL1","flex-row":"flex-row___VfJkb","justify-start":"justify-start___kCHdk","justify-center":"justify-center___lxZ9q","justify-end":"justify-end___bVseE","justify-evenly":"justify-evenly___tH11C","justify-around":"justify-around___RNnQY","justify-between":"justify-between___HFF9Q","align-start":"align-start___C1sHu","align-center":"align-center___Ow7vB","align-end":"align-end___dpCs7","userPic":"userPic___a46Uz","rightMenu":"rightMenu___y_nqk","menuWrap":"menuWrap___iwlZB","exit":"exit___MOREW","classromediv":"classromediv___crYsO","glow":"glow___jMGk7","height67":"height67___asp2E","login":"login___WGEW9","icon":"icon___HABAt","new_style":"new_style___VRLKt","zzxy_user":"zzxy_user___LLqzL","icon_img":"icon_img___WwVKf","new_style_header":"new_style_header___V65v3","height6_vh":"height6_vh___T2Kph"});
|
|
|
|
|
// EXTERNAL MODULE: ./src/utils/authority.ts
|
|
|
|
|
var authority = __webpack_require__(64118);
|
|
|
|
|
// EXTERNAL MODULE: ./src/service/user.ts
|
|
|
|
|
@ -1688,7 +1692,7 @@ var User = function User(_ref) {
|
|
|
|
|
if ((0,authority/* isLogin */.bg)()) {
|
|
|
|
|
var _user$userInfo19, _user$userInfo21, _user$userInfo22;
|
|
|
|
|
return /*#__PURE__*/(0,jsx_runtime.jsx)(dropdown/* default */.Z, {
|
|
|
|
|
className: "".concat(Usermodules.height67),
|
|
|
|
|
className: "".concat(Usermodules.height67, " ").concat(showNewLayout && Usermodules.height6_vh),
|
|
|
|
|
dropdownRender: DropdownMenu,
|
|
|
|
|
placement: "bottomRight",
|
|
|
|
|
children: /*#__PURE__*/(0,jsx_runtime.jsx)("section", {
|