Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ useEmitt({
padding: 1px 6px;
background: var(--deTextPrimary5, #f5f6f7);
color: var(--deTextPrimary, #1f2329);
border-radius: 4px;
border-radius: 6px;
cursor: pointer;
display: inline-block;
margin-bottom: 12px;
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/components/filter-text/src/FilterText.vue
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ watch(

.arrow-filter:hover {
background: rgba(31, 35, 41, 0.1);
border-radius: 4px;
border-radius: 6px;
}

.ed-icon-arrow-right.arrow-filter {
Expand Down
4 changes: 2 additions & 2 deletions frontend/src/components/layout/Person.vue
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ const logout = async () => {
position: relative;
cursor: pointer;
margin: 0 4px;
border-radius: 4px;
border-radius: 6px;
&:hover {
background-color: #1f23291a;
}
Expand Down Expand Up @@ -382,7 +382,7 @@ const logout = async () => {
padding-right: 8px;
margin-bottom: 2px;
position: relative;
border-radius: 4px;
border-radius: 6px;
cursor: pointer;
&:not(.empty):hover {
background: #1f23291a;
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/components/layout/Workspace.vue
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ onMounted(async () => {
padding-right: 8px;
margin-bottom: 2px;
position: relative;
border-radius: 4px;
border-radius: 6px;
cursor: pointer;
&:not(.empty):hover {
background: #1f23291a;
Expand Down
4 changes: 2 additions & 2 deletions frontend/src/components/layout/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ onMounted(() => {
column-gap: 12px;
align-items: center;
padding: 8px 16px;
border-radius: 4px;
border-radius: 6px;
cursor: pointer;
border: none;
font-weight: 500;
Expand Down Expand Up @@ -493,7 +493,7 @@ onMounted(() => {
column-gap: 12px;
align-items: center;
padding: 8px 16px;
border-radius: 4px;
border-radius: 6px;
cursor: pointer;
border: none;
font-weight: 500;
Expand Down
6 changes: 3 additions & 3 deletions frontend/src/style.less
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ body {

.list-item_primary {
height: 40px;
border-radius: 4px;
border-radius: 6px;
padding: 8px 12px;
cursor: pointer;
display: flex;
Expand Down Expand Up @@ -226,7 +226,7 @@ strong {
.ed-select__popper {
padding: 0 4px !important;
.ed-select-dropdown__item {
border-radius: 4px;
border-radius: 6px;
}

.ed-select-dropdown__list {
Expand Down Expand Up @@ -427,7 +427,7 @@ strong {
}

.ed-tree-node__content {
border-radius: 4px;
border-radius: 6px;
}


Expand Down
4 changes: 2 additions & 2 deletions frontend/src/views/chat/ChatList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ const handleConfirmPassword = () => {
<style lang="less">
.popover-card_chat.popover-card_chat.popover-card_chat {
box-shadow: 0px 4px 8px 0px #1f23291a;
border-radius: 4px;
border-radius: 6px;
border: 1px solid #dee0e3;
width: fit-content !important;
min-width: 120px !important;
Expand Down Expand Up @@ -436,7 +436,7 @@ const handleConfirmPassword = () => {
content: '';
width: calc(100% - 8px);
height: 32px;
border-radius: 4px;
border-radius: 6px;
position: absolute;
top: 50%;
left: 50%;
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/views/chat/RecentQuestion.vue
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ defineExpose({
font-weight: 400;
cursor: pointer;
height: 32px;
border-radius: 4px;
border-radius: 6px;
padding: 5px 8px;
line-height: 22px;
white-space: nowrap; /* 禁止换行 */
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/views/chat/RecommendQuestionQuick.vue
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ defineExpose({ getRecommendQuestions, id: () => props.recordId, stop, getRecomme
font-weight: 400;
cursor: pointer;
height: 32px;
border-radius: 4px;
border-radius: 6px;
padding: 5px 8px;
line-height: 22px;
white-space: nowrap; /* 禁止换行 */
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/views/chat/chat-block/ChartBlock.vue
Original file line number Diff line number Diff line change
Expand Up @@ -631,7 +631,7 @@ watch(
padding-right: 8px;
margin-bottom: 2px;
position: relative;
border-radius: 4px;
border-radius: 6px;
cursor: pointer;

&:last-child {
Expand Down
4 changes: 2 additions & 2 deletions frontend/src/views/chat/chat-block/ChartPopover.vue
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ const handleDefaultChatChange = (val: any) => {
padding-right: 8px;
margin-bottom: 2px;
position: relative;
border-radius: 4px;
border-radius: 6px;
cursor: pointer;
&:last-child {
margin-bottom: 0;
Expand Down Expand Up @@ -148,7 +148,7 @@ const handleDefaultChatChange = (val: any) => {
.chat-select_type {
width: 40px;
height: 24px;
border-radius: 4px;
border-radius: 6px;
padding-left: 4px;
display: flex;
align-items: center;
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/views/dashboard/SQTextDemo/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ const articleContent = ref('<p>这里是默认内容...</p>')
margin-top: 20px;
padding: 15px;
border: 1px solid #eee;
border-radius: 4px;
border-radius: 6px;
}
</style>
4 changes: 2 additions & 2 deletions frontend/src/views/dashboard/canvas/ComponentBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ const doDeleteComponent = (e: MouseEvent) => {
<style lang="less">
.bar-main_popper {
box-shadow: 0px 4px 8px 0px #1f23291a !important;
border-radius: 4px;
border-radius: 6px;
border: 1px solid #dee0e3 !important;
width: 120px !important;
min-width: 120px !important;
Expand Down Expand Up @@ -147,7 +147,7 @@ const doDeleteComponent = (e: MouseEvent) => {
content: '';
width: 112px;
height: 32px;
border-radius: 4px;
border-radius: 6px;
position: absolute;
top: 50%;
left: 50%;
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/views/dashboard/common/AddViewDashboard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ defineExpose({
width: 552px;
height: 380px;
border: 1px solid #dee0e3;
border-radius: 4px;
border-radius: 6px;
padding: 8px;
overflow-y: auto;

Expand Down
4 changes: 2 additions & 2 deletions frontend/src/views/dashboard/common/HandleMore.vue
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ const emit = defineEmits(['handleCommand'])
<style lang="less">
.menu-more_popper {
box-shadow: 0px 4px 8px 0px #1f23291a !important;
border-radius: 4px;
border-radius: 6px;
border: 1px solid #dee0e3 !important;
width: 120px !important;
min-width: 120px !important;
Expand Down Expand Up @@ -94,7 +94,7 @@ const emit = defineEmits(['handleCommand'])
content: '';
width: 112px;
height: 32px;
border-radius: 4px;
border-radius: 6px;
position: absolute;
top: 50%;
left: 50%;
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/views/dashboard/common/ResourceGroupOpt.vue
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ defineExpose({
width: 552px;
height: 380px;
border: 1px solid #dee0e3;
border-radius: 4px;
border-radius: 6px;
padding: 8px;
overflow-y: auto;

Expand Down
8 changes: 4 additions & 4 deletions frontend/src/views/dashboard/common/ResourceTree.vue
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ defineExpose({
border: 1px solid #d9dcdf;
width: 32px;
height: 32px;
border-radius: 4px;
border-radius: 6px;
color: #1f2329;
padding: 8px;
margin-left: 8px;
Expand Down Expand Up @@ -612,7 +612,7 @@ defineExpose({
}

.icon-screen-new {
border-radius: 4px;
border-radius: 6px;
color: #fff;
padding: 3px;
}
Expand All @@ -623,7 +623,7 @@ defineExpose({
.tree-sort-menu-custom {
padding: 4px !important;
li {
border-radius: 4px;
border-radius: 6px;
padding: 0 8px !important;
}
.ed-dropdown-menu__item:not(.is-disabled):not(.selected):hover {
Expand All @@ -635,7 +635,7 @@ defineExpose({
margin-top: -2px !important;

.ed-icon {
border-radius: 4px;
border-radius: 6px;
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const emits = defineEmits(['customClick'])
cursor: pointer;
justify-content: center;
align-items: center;
border-radius: 4px;
border-radius: 6px;
color: #1f2329;

span {
Expand Down
4 changes: 2 additions & 2 deletions frontend/src/views/dashboard/editor/Toolbar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ const previewInner = () => {
outline: none;
font-size: 16px;
border: 1px solid var(--ed-color-primary);
border-radius: 4px;
border-radius: 6px;
padding-left: 4px;
height: 100%;
}
Expand Down Expand Up @@ -347,7 +347,7 @@ const previewInner = () => {
width: 26px !important;
height: 26px !important;
color: rgba(255, 255, 255, 1);
border-radius: 4px;
border-radius: 6px;

&:hover {
background: rgba(235, 235, 235, 0.1);
Expand Down
4 changes: 2 additions & 2 deletions frontend/src/views/dashboard/preview/SQPreviewHead.vue
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ const props = defineProps({
margin-left: 12px;
cursor: pointer;
font-size: 20px;
border-radius: 4px;
border-radius: 6px;
position: relative;

&:hover {
Expand All @@ -119,7 +119,7 @@ const props = defineProps({
position: absolute;
top: -4px;
left: -4px;
border-radius: 4px;
border-radius: 6px;
height: 28px;
width: 28px;
background: #1f23291a;
Expand Down
4 changes: 2 additions & 2 deletions frontend/src/views/ds/Card.vue
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ const onClickOutside = () => {
<style lang="less">
.popover-card_ds.popover-card_ds.popover-card_ds {
box-shadow: 0px 4px 8px 0px #1f23291a;
border-radius: 4px;
border-radius: 6px;
border: 1px solid #dee0e3;
width: fit-content !important;
min-width: 120px !important;
Expand Down Expand Up @@ -325,7 +325,7 @@ const onClickOutside = () => {
content: '';
width: calc(100% - 8px);
height: 32px;
border-radius: 4px;
border-radius: 6px;
position: absolute;
top: 50%;
left: 50%;
Expand Down
4 changes: 2 additions & 2 deletions frontend/src/views/ds/DataTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -818,7 +818,7 @@ const btnSelectClick = (val: any) => {
display: flex;
align-items: center;
padding-left: 8px;
border-radius: 4px;
border-radius: 6px;
cursor: pointer;

&:not(:last-child) {
Expand Down Expand Up @@ -970,7 +970,7 @@ const btnSelectClick = (val: any) => {
background: #ffffff;
align-items: center;
border: 1px solid #d0d3d6;
border-radius: 4px;
border-radius: 6px;

.is-active {
background: var(--ed-color-primary-1a, #1cba901a);
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/views/ds/Datasource.vue
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ useEmitt({
padding-right: 8px;
margin-bottom: 2px;
position: relative;
border-radius: 4px;
border-radius: 6px;
cursor: pointer;
&:not(.empty):hover {
background: #1f23291a;
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/views/ds/DatasourceForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1003,7 +1003,7 @@ defineExpose({
}
.container {
border: 1px solid #dee0e3;
border-radius: 4px;
border-radius: 6px;
overflow: hidden;

.select-all {
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/views/ds/DatasourceItemCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ defineProps<{
right: 20px;
top: 18px;
padding: 3px 8px;
border-radius: 4px;
border-radius: 6px;
font-size: 12px;
font-weight: 500;
display: flex;
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/views/ds/DatasourceListSide.vue
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ const handleModelClick = (item: any) => {
display: flex;
align-items: center;
padding-left: 8px;
border-radius: 4px;
border-radius: 6px;
cursor: pointer;
.name {
margin-left: 8px;
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/views/ds/TableRelationship.vue
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@ const save = () => {
font-synthesis: none;
text-rendering: optimizeLegibility;
outline: none;
border-radius: 4px;
border-radius: 6px;
padding: 5px 11px;
font-size: 12px;
line-height: 20px;
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/views/login/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ const switchTab = (name: string) => {
width: 100%;
height: 40px;
font-size: 16px;
border-radius: 4px;
border-radius: 6px;
}

.agreement {
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/views/login/xpack/LdapLoginForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ const submitForm = () => {
width: 100%;
height: 40px;
font-size: 16px;
border-radius: 4px;
border-radius: 6px;
}

.agreement {
Expand Down
Loading
Loading